REFERENCE MANUAL
The Trim class is a concept class for trim-related enum classes. More...
Public Types | |
enum | Operation { Operation.Keep = 0, Operation.Remove = 1 } |
Enumerates the operation the trim region will perform. More... | |
enum | Type { Type.Line = 0, Type.Curve = 1 } |
Enumerates the types of curves that can be used to define a trim region for a NURBS surface. More... | |
The Trim class is a concept class for trim-related enum classes.
enum HPS.Trim.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.
enum HPS.Trim.Type |