|
override void | deleteCptr () |
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
bool | cMemOwn |
|
HandleRef | cptr |
|
The HPS.CuttingSectionAttributeKit class is a user space object which encapsulates a set of attributes pertaining to cutting sections. Calling HPS.CuttingSectionAttributeKit.GetDefault() will return a kit with values found in this table.
◆ CuttingSectionAttributeKit() [1/2]
HPS.CuttingSectionAttributeKit.CuttingSectionAttributeKit |
( |
| ) |
|
|
inline |
Initializes an empty kit.
◆ CuttingSectionAttributeKit() [2/2]
The copy constructor creates a new CuttingSectionAttributeKit object that contains the same settings as the source object.
- Parameters
-
in_kit | The source object to copy. |
◆ Empty()
override bool HPS.CuttingSectionAttributeKit.Empty |
( |
| ) |
|
|
inlinevirtual |
Indicates whether this object has any values set on it.
- Returns
- true if no values are set on this object, false otherwise.
Reimplemented from HPS.Object.
◆ Equals()
Check if the source CuttingSectionAttributeKit is equivalent to this object.
- Parameters
-
- Returns
- true if the objects are equivalent, false otherwise.
◆ GetDefault()
Creates a CuttingSectionAttributeKit which contains the default settings. The returned object will not necessarily have values set for every option, but it will have settings for those options where it is reasonable to have a default.
- Returns
- A CuttingSectionAttributeKit with the default settings.
◆ ObjectType()
override HPS.Type HPS.CuttingSectionAttributeKit.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.Object.
◆ Set()
◆ SetCappingLevel()
Sets the cutting section capping level.
- Parameters
-
in_level | The cutting section capping level. |
- Returns
- A reference to this object.
◆ SetCappingUsage()
Sets the cutting section capping usage.
- Parameters
-
in_usage | The cutting section capping usage. |
- Returns
- A reference to this object.
◆ SetCuttingLevel()
Sets the cutting section cutting level.
- Parameters
-
in_level | The cutting section cutting level. |
- Returns
- A reference to this object.
◆ SetEdgeWeight() [1/2]
Sets the cut edge weight.
- Parameters
-
in_weight | The edge weight to apply for cut edges. |
in_units | The units of the weight given. |
- Returns
- A reference to this object.
◆ SetEdgeWeight() [2/2]
Sets the cut edge weight.
- Parameters
-
in_weight | The edge weight to apply for cut edges. |
- Returns
- A reference to this object.
◆ SetMaterialPreference()
Sets the material preference for cut geometry.
- Parameters
-
in_preference | The material preference for cut geometry. |
- Returns
- A reference to this object.
◆ SetTolerance()
Sets the tolerance for closing loops when processing capping faces.
- Parameters
-
in_tolerance | The tolerance to use. |
in_units | How to interpret the given tolerance. |
- Returns
- A reference to this object.
◆ Show()
◆ ShowCappingLevel()
Shows the cutting section capping level setting.
- Parameters
-
out_level | The cutting section capping level. |
- Returns
- true if a cutting section capping level setting was specified, false otherwise.
◆ ShowCappingUsage()
Shows the cutting section capping usage setting.
- Returns
- true if a cutting section capping usage setting was specified, false otherwise.
◆ ShowCuttingLevel()
Shows the cutting section cutting level setting.
- Parameters
-
out_level | The cutting section cutting level. |
- Returns
- true if a cutting section cutting level setting was specified, false otherwise.
◆ ShowEdgeWeight()
bool HPS.CuttingSectionAttributeKit.ShowEdgeWeight |
( |
out float |
out_weight, |
|
|
out HPS.Line.SizeUnits |
out_units |
|
) |
| |
|
inline |
Shows the weight of cut edges.
- Parameters
-
out_weight | The weight value for cut edges. |
out_units | The units applied to in_weight. |
- Returns
- true if the setting is valid, false otherwise.
◆ ShowMaterialPreference()
Shows the orientation of colors and radii of cylinders.
- Parameters
-
out_preference | The material preference for cut geometry. |
- Returns
- true if a material preference for cut geometry was specified, false otherwise.
◆ ShowTolerance()
Shows the tolerance for closing loops when processing capping faces.
- Parameters
-
out_tolerance | The tolerance to use. |
out_units | The units for the tolerance. |
- Returns
- true if the setting is valid, false otherwise.
◆ UnsetCappingLevel()
Removes the cutting section capping level setting.
- Returns
- A reference to this object.
◆ UnsetCappingUsage()
Removes the cutting section capping usage setting.
- Returns
- A reference to this object.
◆ UnsetCuttingLevel()
Removes the cutting section cutting level setting.
- Returns
- A reference to this object.
◆ UnsetEdgeWeight()
Removes the cutting section cut edge weight setting.
- Returns
- A reference to this object.
◆ UnsetEverything()
Removes all settings from this object.
- Returns
- A reference to this object.
◆ UnsetMaterialPreference()
Removes the material preference for cut geometry setting.
- Returns
- A reference to this object.
◆ UnsetTolerance()
Removes the cutting section capping tolerance setting.
- Returns
- A reference to this object.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.CuttingSectionAttributeKit.cs