Skip to content

BoundaryClosure

ferreus_rmt.BoundaryClosure

Bases: Enum

Boundary closure mode for isosurfaces.

None_ = 0 class-attribute instance-attribute

Do not add cap triangles; leave the clipped surface open.

ClosePositive = 1 class-attribute instance-attribute

Close the surface as if values outside the AABB are above the isovalue.

CloseNegative = 2 class-attribute instance-attribute

Close the surface as if values outside the AABB are below the isovalue.