HPS.Trim Class Reference

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. 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. 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...
 

Detailed Description

The Trim class is a concept class for trim-related enum classes.

Member Enumeration Documentation

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.

Enumerator
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.

Enumerates the types of curves that can be used to define a trim region for a NURBS surface.

Enumerator
Line 

A line will act as the trim.

Curve 

A NURBS curve will act as the trim.


The documentation for this class was generated from the following file:
  • internals/hps_core/source/cs/HPS.Trim.cs