Table of Contents

Enum TopologyConnectivityMask

Namespace
Polygonal

The topology connectivity mask is used to filter some processus using the topological connectivity of elements (border, non-manifold, etc...)

  • NONE = 0
  • MANIFOLD = 1
  • BOUNDARY = 2
  • NONMANIFOLD = 4
  • BOUNDARY_NONMANIFOLD = 6
  • FREE = 8
  • ALL = 15

Enum of Long