How to remove edges of a model/shape?

631
1
Jump to solution
04-10-2019 06:08 AM
JafarNajafli
New Contributor III

Hi

After extruding buildings based on their floor numbers, I want the edges to be removed or be unvisible. 

I tried 

comp(e){all: NIL}

but it didn't work. See the picture for reference

0 Kudos
1 Solution

Accepted Solutions
ThomasFuchs
Esri Regular Contributor

Hello Jafar

Thank you for your question.

All 3D Models are made of polygons. For the CityEngine viewport there is the render setting “Wireframe” to visualize the edges of those polygons. When deactivating “Wireframe on shaded/textured” (key 7), the edges will disappear.

Your approach cannot work since when splitting out edges with comp(e), the polygons of the model stay unchanged.

View solution in original post

1 Reply
ThomasFuchs
Esri Regular Contributor

Hello Jafar

Thank you for your question.

All 3D Models are made of polygons. For the CityEngine viewport there is the render setting “Wireframe” to visualize the edges of those polygons. When deactivating “Wireframe on shaded/textured” (key 7), the edges will disappear.

Your approach cannot work since when splitting out edges with comp(e), the polygons of the model stay unchanged.