DiscussionsIssue archiveVisualization and 3D Viewer

Archived discussion

Abnormal display of faces

Visualization and 3D ViewerTue, 11/11/2025 - 10:512 replies

Browse this forum
QuestionAuthor

Hello everyone, I’ve encountered an issue as shown in the attachment. For the same Shape, when hovering the mouse to highlight or clicking to highlight different Faces, one of the faces displays abnormally, looking like it’s broken. Could anyone please advise on a solution to this problem?Thank you very much.

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

This effect is called z-fighting in 3D graphics. Either you have two (or more) overlapping surfaces there, or for some reason highlighted face is displayed using different triangulation than the same face in main object.

02Author

Thank you for your reply! I will look into the reason.