The ShapeKit class is a user space object. It is used for specifying all settings related to a ShapeDefinition.
More...
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
bool | cMemOwn |
|
HandleRef | cptr |
|
The ShapeKit class is a user space object. It is used for specifying all settings related to a ShapeDefinition.
HPS.ShapeKit.ShapeKit |
( |
| ) |
|
|
inline |
The default constructor creates an empty ShapeKit object.
The copy constructor creates a new ShapeKit object that contains the same settings as the source ShapeKit.
- Parameters
-
override bool HPS.ShapeKit.Empty |
( |
| ) |
|
|
inlinevirtual |
Indicates whether this ShapeKit has any values set on it.
- Returns
- true if no values are set on this ShapeKit, false otherwise.
Reimplemented from HPS.Object.
Check if the source ShapeKit is equivalent to this ShapeKit.
- Parameters
-
- Returns
- true if the objects are equivalent, false otherwise.
Creates a ShapeKit which contains the definition of the specified default shape.
- Parameters
-
in_default_shape | The default shape for which to get the corresponding ShapeKit. |
- Returns
- A ShapeKit which contains the definition of the specified default shape.
override HPS.Type HPS.ShapeKit.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
Set a single element for this ShapeKit. This must be specified when defining a shape.
- Parameters
-
in_element | A reference to the ShapeElement to set on this kit. |
- Returns
- A reference to this ShapeKit.
Sets the elements for this ShapeKit. This must be specified when defining a shape.
- Parameters
-
in_def | The array of elements for the shape. |
- Returns
- A reference to this ShapeKit.
Shows the elements for this ShapeKit.
- Parameters
-
out_def | The elements for the shape. |
- Returns
- true if elements were set, false otherwise.
Removes the elements for the shape.
- Returns
- A reference to this ShapeKit.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.ShapeKit.cs