markPairedEdgesInvisible MethodStatic

  • Find mated pairs among facet edges.
  • Mated pairs have the same vertex indices appearing in opposite order.
  • Mark all non-mated pairs visible.
  • At mated pairs
    • if angle across the edge is larger than sharpEdgeAngle, mark visible
    • otherwise mark invisible.

markPairedEdgesInvisible(mesh: IndexedPolyface, sharpEdgeAngle?: Angle): void

Parameter Type Description
mesh IndexedPolyface mesh to be marked
sharpEdgeAngle Angle  

Returns - void

Defined in

Last Updated: 15 March, 2024