|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
bool | cMemOwn |
|
HandleRef | cptr |
|
The TrimKit class is a user space object. It is used to define trim curves (either NURBS curves or lines) that can be used to trim NURBS surfaces.
◆ TrimKit() [1/2]
The default constructor creates an empty TrimKit object.
◆ TrimKit() [2/2]
The copy constructor creates a new TrimKit object that contains the same settings as the source TrimKit.
- Parameters
-
◆ Empty()
override bool HPS.TrimKit.Empty |
( |
| ) |
|
|
inlinevirtual |
Indicates whether this TrimKit has any values set on it.
- Returns
- true if no values are set on this TrimKit, false otherwise.
Reimplemented from HPS.Object.
◆ Equals()
Check if the source TrimKit is equivalent to this TrimKit.
- Parameters
-
- Returns
- true if the objects are equivalent, false otherwise.
◆ ObjectType()
override HPS.Type HPS.TrimKit.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Kit.
◆ Set()
◆ SetOperation()
Sets the operation for the trim.
- Parameters
-
in_operation | The operation for the trim. |
- Returns
- A reference to this TrimKit.
◆ SetShape() [1/2]
Sets the shape of the trim region. The shape is a collection of trim elements.
- Parameters
-
in_shape | An array of trim elements defining a trim region. |
- Returns
- A reference to this TrimKit.
◆ SetShape() [2/2]
Sets the shape of the trim region.
- Parameters
-
in_shape | An trim element defining a trim region. |
- Returns
- A reference to this TrimKit.
◆ Show()
◆ ShowOperation()
Shows the operation for the trim.
- Parameters
-
out_operation | The operation for the trim. |
- Returns
- true if an operation was set, false otherwise.
◆ ShowShape()
Shows the shape of the trim region.
- Parameters
-
out_shape | The array of trim elements defining a trim region. |
- Returns
- true if a shape was set, false otherwise.
◆ UnsetEverything()
Removes all settings from this TrimKit.
- Returns
- A reference to this TrimKit.
◆ UnsetOperation()
Removes the operation for the trim.
- Returns
- A reference to this TrimKit.
◆ UnsetShape()
Removes the trim elements defining a trim region.
- Returns
- A reference to this TrimKit.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.TrimKit.cs