The Trim class is a concept class for trim-related enum classes. More...
#include <hps.h>
Public Types | |
enum | Type : uint32_t { Type::Line, Type::Curve } |
Enumerates the types of curves that can be used to define a trim region for a NURBS surface. More... | |
enum | Operation : uint32_t { Operation::Keep, Operation::Remove } |
Enumerates the operation the trim region will perform. More... | |
Private Member Functions | |
Trim () | |
The Trim class is a concept class for trim-related enum classes.
|
strong |
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.
|
strong |
|
inlineprivate |