
Public Member Functions | |
override void | Dispose () |
override bool | Empty () |
Indicates whether this TrimKit has any values set on it. More... | |
override bool | Equals (System.Object obj) |
bool | Equals (HPS.TrimKit in_kit) |
Check if the source TrimKit is equivalent to this TrimKit. More... | |
override int | GetHashCode () |
override HPS.Type | ObjectType () |
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). More... | |
void | Set (HPS.TrimKit in_kit) |
Copies the source TrimKit into this TrimKit. More... | |
HPS.TrimKit | SetOperation (HPS.Trim.Operation in_operation) |
Sets the operation for the trim. More... | |
HPS.TrimKit | SetShape (HPS.TrimElement[] in_shape) |
Sets the shape of the trim region. The shape is a collection of trim elements. More... | |
HPS.TrimKit | SetShape (HPS.TrimElement in_shape) |
Sets the shape of the trim region. More... | |
void | Show (out HPS.TrimKit out_kit) |
Copies this TrimKit into the given TrimKit. More... | |
bool | ShowOperation (out HPS.Trim.Operation out_operation) |
Shows the operation for the trim. More... | |
bool | ShowShape (out HPS.TrimElement[] out_shape) |
Shows the shape of the trim region. More... | |
TrimKit () | |
The default constructor creates an empty TrimKit object. More... | |
TrimKit (HPS.TrimKit in_kit) | |
The copy constructor creates a new TrimKit object that contains the same settings as the source TrimKit. More... | |
HPS.TrimKit | UnsetEverything () |
Removes all settings from this TrimKit. More... | |
HPS.TrimKit | UnsetOperation () |
Removes the operation for the trim. More... | |
HPS.TrimKit | UnsetShape () |
Removes the trim elements defining a trim region. More... | |
![]() | |
Kit (HPS.Kit in_that) | |
override HPS.Type | Type () |
This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. More... | |
![]() | |
IntPtr | GetClassID () |
IntPtr | GetInstanceID () |
Returns the object's database handle, which can be used to determine which instance of a class the object is. For example, controls are simply aliases for segment keys that group related functions. Therefore, a SegmentKey and all of its controls would return the same instance id. Different keys and controls will return the same value if they are backed by the same database resource. More... | |
bool | HasType (HPS.Type in_mask) |
This function indicates whether this Object has the given Type mask. More... | |
Object (HPS.Object that) | |
virtual void | Reset () |
Resets this object to its initial, uninitialized state. More... | |
Static Public Member Functions | |
static bool | operator!= (HPS.TrimKit a, HPS.TrimKit b) |
static bool | operator== (HPS.TrimKit a, HPS.TrimKit b) |
![]() | |
static IntPtr | ClassID< T > () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
Detailed Description
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.
Constructor & Destructor Documentation
◆ TrimKit() [1/2]
|
inline |
The default constructor creates an empty TrimKit object.
◆ TrimKit() [2/2]
|
inline |
Member Function Documentation
◆ 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()
|
inline |
◆ 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()
|
inline |
◆ SetOperation()
|
inline |
Sets the operation for the trim.
- Parameters
-
in_operation The operation for the trim.
- Returns
- A reference to this TrimKit.
◆ SetShape() [1/2]
|
inline |
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]
|
inline |
Sets the shape of the trim region.
- Parameters
-
in_shape An trim element defining a trim region.
- Returns
- A reference to this TrimKit.
◆ Show()
|
inline |
◆ ShowOperation()
|
inline |
Shows the operation for the trim.
- Parameters
-
out_operation The operation for the trim.
- Returns
- true if an operation was set, false otherwise.
◆ ShowShape()
|
inline |
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()
|
inline |
◆ UnsetOperation()
|
inline |
Removes the operation for the trim.
- Returns
- A reference to this TrimKit.
◆ UnsetShape()
|
inline |
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