Author Archive

Posted by Milutin Cerovic 27 Oct 13


Modul M2 Uvod u projektovanje, 8 ESPB
Kursevi: Prostor i oblik / Elementi projektovanja
Osnovne akademske studije – Arhitektonski fakultet Univerziteta u Beogradu
ass. Milutin Cerović, Anđela Karabašević

Sala 224 kroz praktičan rad prati dva kursa na prvoj godini Osnovnih akademskih studija u okviru modula M2: Uvod u projektovanje. U prvom semestru bavimo se uočavanjem, promišljanjem i uobličavanjem arhitektonskih prostornih sistema u okviru kursa Prostor i oblik kojim rukovodi ass.mr. Tatjana Stratimirović. U drugom semestru sala 224  funkcionise u okviru krusa Elementi projektovanja kojim rukovodi doc. Zoran Abadić i bavi se promišljanjem, analizom i dimenzionisanjem osnovnih elemenata prostora, programa i arhitektonskog projekta.
Module M2 […]

Posted by Milutin Cerovic 27 Mar 12

Ada Huja as polygon of change. Sequence of aerial views of the site in last 10 years (1112M5 Studio Agenda).

Posted by Milutin Cerovic 22 Mar 12







Posted by Milutin Cerovic 19 Jul 11

Hotel Metropol was built by Dragiša Brašovan in 1957 as a prestigious hotel accommodating the elite of the 70s and 80s. This project deals with its transformation into a student housing complex.
Each room is extruded towards the park, into a living room that is shared between a number of individual units. Living rooms are then combined to form a terrace, a common, open space facing the park. Corridors are excluded and the rooms are entered from the terraces.
The object doesn’t exist as a whole anymore, but is divided into a number of individual groups […]

Posted by Milutin Cerovic 16 Jul 09

e Adaptive Formations explores the idea of spatial adaptability via rule based design methods. Architectural intent is based on the bottom-up process, defying usual pathway beginning with the masterplan and ending with the individual building design. Proposed design protocol prioritizes decisions at the local level, assesses their compatibility and generates complex spatial forms. In a gradual process, existing warehouses are being converted for multitude of uses revolving around knowledge related industries. Simultaneously, network of public spaces is formed in relation to varied occupancy scenarios with the aim to allow for interaction between permanent occupants and visitors. In the later stages of […]

Posted by Milutin Cerovic 27 Jan 09

Projekat 2 Modul 6.1.1. Studio A profesor Zoran Lazovic










Option Explicit
‘——————————————————————————-
‘ Subroutine: Army HQ Pavilion
‘ Purpose: honeycomb study
‘ Author: Milutin Cerovic 2009
‘ www.4ofseven.com
‘——————————————————————————-
Call Main()
Sub Main()
Dim arrIsoCurves
Dim arrPoints
Dim arrPoints
Dim i,j
arrIsoCurves=Rhino.GetObjects (“Select Isocurves, in order one by one”)
ReDim arrPoints(UBound(arrIsoCurves))
DivNumber = Rhino.GetReal (“enter divide number”)
For i=0 To UBound(arrIsoCurves)
arrPoints(i)=Rhino.DivideCurve(arrIsoCurves(i),DivNumber,True)
Next
For i=0 To (UBound(arrIsoCurves)-1)Step 2
For j=0 To (DivNumber-2)
If j Mod 2 <> 0 Then
Rhino.addLine arrPoints(i)(j),arrPoints(i+1)(j+2)
Rhino.addLine arrPoints(i)(j),arrPoints(i+1)(j)
Rhino.addLine arrPoints(i+1)(j),arrPoints(i+2)(j)
End If
Next
Next
End Sub

Posted by Milutin Cerovic 07 Jul 08

The main idea is to apply structural logic in definition of the spatial organization. The public area is situated between the supports of the sun shelter, while the private area, the showers, toilets, bar and the sun tanning area are located in the supports themselves, the places where the sun shelter touches the ground.

Posted by Milutin Cerovic 26 May 08




materijal – troslojni karton
format 73/71 cm
cena 35,40 din
količina 175
———————————————————————————- 6195,00 din
štampa – papir 80 g/m2
rolna 0,70 m
cena 100 din/m2
količina 127,75 m
———————————————————————————– 8942,00 din
———————————————————————————-15137,00 din

Posted by Milutin Cerovic 08 May 08



Option Explicit
‘——————————————————————————-
‘ Subroutine: cheeweelook part 1
‘ Purpose: rotira tougao oko stranica + smanjuje trougao po tezishnoj duzi
‘ Author: Milutin Cerovic 2008
www.4ofseven.com
‘——————————————————————————–
Call Main()
Sub Main()
Dim i,j,Sf
Dim arrtemena1,arrTemp,arrNovoTeme,arraxis,arrSrfBochno(2)
Dim strTrougao
‘ input ————————————————————————–
strTrougao = Rhino.GetObject(“selektuj polyline trougao”)
arrtemena1 = Rhino.PolyLineVertices(strTrougao)
For i = 1 To 8 ‘ broj krugova
For j = 0 To 2 ‘ loop kroz stranice trougla
‘ rotacija trougla + dodavanje povrshine ———————————-
arrtemena1 = Rhino.PolyLineVertices(strTrougao)
Rhino.AddSrfPt arrtemena1
arrtemena1 = duplicateArr(arrtemena1)
arrTemp = arrtemena1
arraxis = Rhino.VectorCreate(arrtemena1(j),arrtemena1(j+1)) ‘ osa rotacije
strTrougao = Rhino.RotateObject(strTrougao,arrtemena1(j),-30,arraxis,vbTrue)
‘ 0.scale trougla po tezishtu —————————————————
arrtemena1 = Rhino.PolyLineVertices(strTrougao)
arrtemena1 = duplicateArr(arrtemena1)
arrNovoTeme = scaleTrougao(arrtemena1(j),arrtemena1(j+1),arrtemena1(j+2),3)
Rhino.EnableObjectGrips strTrougao
If j = 0 Then
Rhino.ObjectGripLocation strTrougao,2,arrNovoTeme
Else
If […]

Posted by Milutin Cerovic 01 Feb 08

Rad predstavlja istraživanje geometrije. Ideja je da se formira samoorganizovani sistem koji u sebi sadrži određene parametre i trpi promene među tim parametrima direktno kroz geometriju prostora. Cilj je da se kroz niz odluka identifikuju ti parametri , nađe njihova međusobna zavisnost i geometrija koju zahtevaju. Fraktalnim deformacijama polja mreže kontrolisana je poroznost, kvadratura javnih površina i parcela. Gradacijom ovih parametara i njihovom translacijom u druge ekonomske i ekološke parametre stvorena je programska diferencijaciija koja se tumači kroz geometriju prostora.