Bevel / Round Building Corners

702
1
02-13-2018 03:23 AM
RomanGorshkov
New Contributor

Hey Guys,


I am trying to find a way to round corners for my buildings using CGA rule.
Basically I want 2 radiuses which will control building corners. 
Please see attached sketch.
I found a way to use roof on building's edges, but it gives me only a chamfer edge.
Thank you
Tags (2)
0 Kudos
1 Reply
YuriPotawsky
Esri Contributor

Hi Roman,

You may find luck with the .CGA primitive operators and in particular the Primitive Sphere Constructor. This method essentially inserts a sphere based upon the current shape scope/extents. You could experiment with something like the following:

Lot-->    
   primitiveCylinder(8,10,15)
   texture(".png")                

This inserted cylinder has 8 sides, a radius of 10, a height of 15 and is positioned in the xz center.

You could create the building shells and then perform a split operation to separate the roof from the shape and then replace it with one that is generated. Another option would be to use the roof shape as the scope and generate a cylindrical roofline adjacent. You will probably find it difficult to edit the exact vertices of the rooflines but this might provide you with a start from which to build.

Thanks,

Yuri

0 Kudos