QuestionAuthorHello 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.
01Commenter-1I 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
Archived image: image
02AuthorThis is what I was looking for. Just have to check how to implement this with my AIS objects.
Thank you very much