REFERENCE MANUAL
Public Member Functions | |
CutGeometryGatheringOptionsKit () | |
The default constructor creates an empty CutGeometryGatheringOptionsKit object. More... | |
CutGeometryGatheringOptionsKit (HPS.CutGeometryGatheringOptionsKit in_kit) | |
The copy constructor creates a new CutGeometryGatheringOptionsKit object that contains the same settings as the source CutGeometryGatheringOptionsKit. More... | |
override void | Dispose () |
override bool | Empty () |
Indicates whether this CutGeometryGatheringOptionsKit has any values set on it. More... | |
override bool | Equals (System.Object obj) |
bool | Equals (HPS.CutGeometryGatheringOptionsKit in_kit) |
Check if the source CutGeometryGatheringOptionsKit is equivalent to this CutGeometryGatheringOptionsKit. More... | |
override int | GetHashCode () |
override HPS.Type | ObjectType () |
This function returns the type the object, as declared. More... | |
void | Set (HPS.CutGeometryGatheringOptionsKit in_kit) |
Copies the source CutGeometryGatheringOptionsKit into this CutGeometryGatheringOptionsKit. More... | |
HPS.CutGeometryGatheringOptionsKit | SetCuttingSection (HPS.CuttingSectionKey in_cutter) |
Sets a single cutting section for which to collect capping geometry. More... | |
HPS.CutGeometryGatheringOptionsKit | SetLevel (HPS.CuttingSection.GatheringLevel in_level) |
Sets the level at which to collect the capping geometry. More... | |
HPS.CutGeometryGatheringOptionsKit | SetOffset (ulong in_offset) |
If a single cutting section is specified, this sets the plane offset into that section. More... | |
void | Show (out HPS.CutGeometryGatheringOptionsKit out_kit) |
Copies this CutGeometryGatheringOptionsKit into the given CutGeometryGatheringOptionsKit. More... | |
bool | ShowCuttingSection (out HPS.CuttingSectionKey out_cutter) |
Shows a cutting section that is interesting for capping geometry collection. More... | |
bool | ShowLevel (out HPS.CuttingSection.GatheringLevel out_level) |
Shows the level at which to collect the capping geometry. More... | |
bool | ShowOffset (out ulong out_offset) |
Shows an offset for a single plane in a cutting section. More... | |
HPS.CutGeometryGatheringOptionsKit | UnsetCuttingSection () |
Removes a single cutting section for which to collect capping geometry. More... | |
HPS.CutGeometryGatheringOptionsKit | UnsetEverything () |
Removes all settings from this CutGeometryGatheringOptionsKit. More... | |
HPS.CutGeometryGatheringOptionsKit | UnsetLevel () |
Removes the level setting at which to collect the capping geometry. More... | |
HPS.CutGeometryGatheringOptionsKit | UnsetOffset () |
Removes an offset for a single plane in a cutting section. More... | |
![]() | |
IntPtr | GetClassID () |
IntPtr | GetInstanceID () |
Returns an identifier that can be used to identify which instance of a class an object is. More... | |
bool | HasType (HPS.Type in_mask) |
This function indicates whether this Object has the given Type mask. More... | |
Object (HPS.Object in_that) | |
The move constructor creates an Object by transferring the underlying impl of the rvalue reference to this Object thereby avoiding a copy and allocation. More... | |
virtual void | Reset () |
Resets this object to its initial, uninitialized state. More... | |
HPS.Type | Type () |
This function returns the true type of the underlying object. More... | |
Static Public Member Functions | |
static HPS.CutGeometryGatheringOptionsKit | GetDefault () |
Creates a CutGeometryGatheringOptionsKit which contains the default settings. More... | |
static bool | operator!= (HPS.CutGeometryGatheringOptionsKit a, HPS.CutGeometryGatheringOptionsKit b) |
static bool | operator== (HPS.CutGeometryGatheringOptionsKit a, HPS.CutGeometryGatheringOptionsKit b) |
![]() | |
static IntPtr | ClassID< T > () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
HandleRef | scptr |
HPS.CutGeometryGatheringOptionsKit.CutGeometryGatheringOptionsKit | ( | ) |
The default constructor creates an empty CutGeometryGatheringOptionsKit object.
HPS.CutGeometryGatheringOptionsKit.CutGeometryGatheringOptionsKit | ( | HPS.CutGeometryGatheringOptionsKit | in_kit | ) |
The copy constructor creates a new CutGeometryGatheringOptionsKit object that contains the same settings as the source CutGeometryGatheringOptionsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_cut_geometry_gathering_options_kit" kindref="compound">CutGeometryGatheringOptionsKit</ref> to copy. |
|
virtual |
Indicates whether this CutGeometryGatheringOptionsKit has any values set on it.
Reimplemented from HPS.Object.
bool HPS.CutGeometryGatheringOptionsKit.Equals | ( | HPS.CutGeometryGatheringOptionsKit | in_kit | ) |
Check if the source CutGeometryGatheringOptionsKit is equivalent to this CutGeometryGatheringOptionsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_cut_geometry_gathering_options_kit" kindref="compound">CutGeometryGatheringOptionsKit</ref> to compare to this <ref refid="class_h_p_s_1_1_cut_geometry_gathering_options_kit" kindref="compound">CutGeometryGatheringOptionsKit</ref>. |
|
static |
Creates a CutGeometryGatheringOptionsKit 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.
|
virtual |
This function returns the type the object, as declared.
This does not necessarily give the true type of the underlying object.
Reimplemented from HPS.Object.
void HPS.CutGeometryGatheringOptionsKit.Set | ( | HPS.CutGeometryGatheringOptionsKit | in_kit | ) |
Copies the source CutGeometryGatheringOptionsKit into this CutGeometryGatheringOptionsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_cut_geometry_gathering_options_kit" kindref="compound">CutGeometryGatheringOptionsKit</ref> to copy. |
HPS.CutGeometryGatheringOptionsKit HPS.CutGeometryGatheringOptionsKit.SetCuttingSection | ( | HPS.CuttingSectionKey | in_cutter | ) |
Sets a single cutting section for which to collect capping geometry.
If this is not specified, caps for all cutting sections will be collected.
in_cutter | A single cutting section that is interesting for capping geometry collection. |
HPS.CutGeometryGatheringOptionsKit HPS.CutGeometryGatheringOptionsKit.SetLevel | ( | HPS.CuttingSection.GatheringLevel | in_level | ) |
Sets the level at which to collect the capping geometry.
in_level | Whether the capping geometry should be collected from just a single segment or an entire subtree. |
HPS.CutGeometryGatheringOptionsKit HPS.CutGeometryGatheringOptionsKit.SetOffset | ( | ulong | in_offset | ) |
If a single cutting section is specified, this sets the plane offset into that section.
If this is not set, all planes in that section will be collected.
in_offset | An offset for a single plane in a cutting section. |
void HPS.CutGeometryGatheringOptionsKit.Show | ( | out HPS.CutGeometryGatheringOptionsKit | out_kit | ) |
Copies this CutGeometryGatheringOptionsKit into the given CutGeometryGatheringOptionsKit.
out_kit | The <ref refid="class_h_p_s_1_1_cut_geometry_gathering_options_kit" kindref="compound">CutGeometryGatheringOptionsKit</ref> to populate with the contents of this <ref refid="class_h_p_s_1_1_cut_geometry_gathering_options_kit" kindref="compound">CutGeometryGatheringOptionsKit</ref>. |
bool HPS.CutGeometryGatheringOptionsKit.ShowCuttingSection | ( | out HPS.CuttingSectionKey | out_cutter | ) |
Shows a cutting section that is interesting for capping geometry collection.
out_cutter | A cutting section that is interesting for capping geometry collection. |
bool HPS.CutGeometryGatheringOptionsKit.ShowLevel | ( | out HPS.CuttingSection.GatheringLevel | out_level | ) |
Shows the level at which to collect the capping geometry.
out_level | Whether the capping geometry should be collected from just a single segment or an entire subtree. |
bool HPS.CutGeometryGatheringOptionsKit.ShowOffset | ( | out ulong | out_offset | ) |
Shows an offset for a single plane in a cutting section.
out_offset | An offset for a single plane in a cutting section. |
HPS.CutGeometryGatheringOptionsKit HPS.CutGeometryGatheringOptionsKit.UnsetCuttingSection | ( | ) |
Removes a single cutting section for which to collect capping geometry.
HPS.CutGeometryGatheringOptionsKit HPS.CutGeometryGatheringOptionsKit.UnsetEverything | ( | ) |
Removes all settings from this CutGeometryGatheringOptionsKit.
HPS.CutGeometryGatheringOptionsKit HPS.CutGeometryGatheringOptionsKit.UnsetLevel | ( | ) |
Removes the level setting at which to collect the capping geometry.
HPS.CutGeometryGatheringOptionsKit HPS.CutGeometryGatheringOptionsKit.UnsetOffset | ( | ) |
Removes an offset for a single plane in a cutting section.