Forum archiveIssue archiveVisualization and 3D Viewer

Archived discussion

Add profile lines to objects ?

Visualization and 3D ViewerFri, 09/15/2023 - 16:172 replies

Browse this forum
QuestionAuthor

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.

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

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

Archived image: image

02Author

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