How to create such roof structures ?

542
1
Jump to solution
03-06-2019 01:29 AM
ShubhamBhatia
New Contributor II

I have to create ( circle in red ) such roof structures over my extruded building footprints ( by using CGA code ). When i select polygonal shape creation tool to create such one, it forms the polygonal shape at ground level. How can i create such ones as attached here to get a realistic appearence ?

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
DevinLavigne
Occasional Contributor III

Create a copy of your geometry and pass that onto another rule...

Footprint--> extrude(120) comp(f) {top: Roof1 Roof2 | side: Wall}

Roof1--> something ...

Roof2--> something else....like making it smaller, extruding for a parapet, etc..

    

View solution in original post

0 Kudos
1 Reply
DevinLavigne
Occasional Contributor III

Create a copy of your geometry and pass that onto another rule...

Footprint--> extrude(120) comp(f) {top: Roof1 Roof2 | side: Wall}

Roof1--> something ...

Roof2--> something else....like making it smaller, extruding for a parapet, etc..

    
0 Kudos