Trim

class HPS.Trim : public IDisposable

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:

Keep

Keep the surface interior to the trim region and remove the surface exterior to the trim region.

Remove

Remove the surface interior to the trim region and keep the surface exterior to the trim region.

Public Functions

void Dispose ()
Trim (HPS.Trim in_that)