Add profile lines to objects ?

Hello here.

Is it possible in any way to display profile lines of shapes, especially curved shapes like cylinders / spheres ... ?

See the screenshot in attachement to see what I want to achieve.

Thank you very much.

Attachments: 
gkv311 n's picture

I guess what are you looking for is something like silhouette edges, normally related to HLR presentation.

pload MODELING VISUALIZATION
vinit View1
pcylinder b 100 200
vdisplay -dispMode 1 b
vfit
vaspects b -edgeColor RED -edgeWidth 1 -faceBoundaryDraw 1 -mostContinuity g2 -faceBoundaryColor RED -faceBoundaryWidth 1
vaspects b -silhouette 1

image

Attachments: 
Guillaume CHAFFAROD's picture

This is what I was looking for. Just have to check how to implement this with my AIS objects.
Thank you very much