edgeVisible

edgeVisible: boolean[]

Booleans indicating visibility of corresponding edges.

  • The edgeVisible array is parallel to the pointIndex array.
  • The visibility flag applies to the edge whose start vertex index appears in the same place in the pointIndex array.
  • For example, consider the mesh with 2 triangular facets given by pointIndex = [1,0,2, 1,2,3]. If the triangles' shared edge is hidden, then the mesh has edgeVisible = [true,true,false, false,true,true].

Defined in

Last Updated: 25 April, 2024