DiscussionsIssue archiveVisualization and 3D Viewer

Archived discussion

Selected Edge remains in the viewer

Visualization and 3D ViewerThu, 07/27/2023 - 08:282 replies

Browse this forum
QuestionAuthor

Hello All,

I am selecting an edge on a part and moving the part along the direction of the edge. When I do so, the selected edge remains in the viewer. How can I delete/remove it from the viewer? I have attached screenshots.

Thanks & Regards,
Author

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

This description is not enough to guess what child help. Consider sharing some code / programming description of what you are trying to do.

02Author

Hi,
I solved the issue myself. I just had to redisplay (AIS_InteractiveObject::Redisplay()) the object.
Thanks.