Trim
-
class HPS::Trim
The Trim class is a concept class for trim-related enum classes.
Public Types
-
enum Operation
Enumerates the operation the trim region will perform. This indicates whether the NURBS surface interior to a trim region is kept or removed, and hence, whether the surface exterior to a region is removed or kept.
Values:
-
enumerator Keep
Keep the surface interior to the trim region and remove the surface exterior to the trim region.
-
enumerator Remove
Remove the surface interior to the trim region and keep the surface exterior to the trim region.
-
enumerator Keep
-
enum Operation