REFERENCE MANUAL
The SelectabilityKit class is a user space object, useful for carrying a group attribute settings. More...
Public Member Functions | |
override void | Dispose () |
override bool | Empty () |
Indicates whether this object has any values set on it. More... | |
override bool | Equals (System.Object obj) |
bool | Equals (HPS.SelectabilityKit in_kit) |
Check if the source SelectabilityKit is equivalent to this object. More... | |
override int | GetHashCode () |
override HPS.Type | ObjectType () |
This function returns the type the object, as declared. More... | |
SelectabilityKit () | |
Initializes an empty kit. More... | |
SelectabilityKit (HPS.SelectabilityKit in_kit) | |
The copy constructor creates a new SelectabilityKit object that contains the same settings as the source object. More... | |
void | Set (HPS.SelectabilityKit in_kit) |
Copies all settings from the source SelectabilityKit into this object. More... | |
HPS.SelectabilityKit | SetEdges (HPS.Selectability.Value in_val) |
Controls whether edges can be selected by selection actions. More... | |
HPS.SelectabilityKit | SetEverything (HPS.Selectability.Value in_val) |
Sets the selectability of all geometry, subgeometry and windows. More... | |
HPS.SelectabilityKit | SetFaces (HPS.Selectability.Value in_val) |
Controls whether faces can be selected by selection actions. More... | |
HPS.SelectabilityKit | SetGeometry (HPS.Selectability.Value in_val) |
Sets the selectability of all edges, faces, lights, lines, markers, vertices, and text. More... | |
HPS.SelectabilityKit | SetLights (HPS.Selectability.Value in_val) |
Controls whether lights can be selected by selection actions. More... | |
HPS.SelectabilityKit | SetLines (HPS.Selectability.Value in_val) |
Controls whether lines can be selected by selection actions. More... | |
HPS.SelectabilityKit | SetMarkers (HPS.Selectability.Value in_val) |
Controls whether markers can be selected by selection actions. More... | |
HPS.SelectabilityKit | SetText (HPS.Selectability.Value in_val) |
Controls whether text can be selected by selection actions. More... | |
HPS.SelectabilityKit | SetVertices (HPS.Selectability.Value in_val) |
Controls whether vertices can be selected by selection actions. More... | |
HPS.SelectabilityKit | SetWindows (HPS.Selectability.Value in_val) |
Controls whether windows can be selected by selection actions. More... | |
void | Show (out HPS.SelectabilityKit out_kit) |
Copies all settings from this SelectabilityKit into the given SelectabilityKit. More... | |
bool | ShowEdges (out HPS.Selectability.Value out_val) |
Shows whether edges can be selected by selection actions. More... | |
bool | ShowFaces (out HPS.Selectability.Value out_val) |
Shows whether faces can be selected by selection actions. More... | |
bool | ShowLights (out HPS.Selectability.Value out_val) |
Shows whether lights can be selected by selection actions. More... | |
bool | ShowLines (out HPS.Selectability.Value out_val) |
Shows whether lines can be selected by selection actions. More... | |
bool | ShowMarkers (out HPS.Selectability.Value out_val) |
Shows whether markers can be selected by selection actions. More... | |
bool | ShowText (out HPS.Selectability.Value out_val) |
Shows whether text can be selected by selection actions. More... | |
bool | ShowVertices (out HPS.Selectability.Value out_val) |
Shows whether vertices can be selected by selection actions. More... | |
bool | ShowWindows (out HPS.Selectability.Value out_val) |
Shows whether windows can be selected by selection actions. More... | |
HPS.SelectabilityKit | UnsetEdges () |
Removes the selectability setting from edges. More... | |
HPS.SelectabilityKit | UnsetEverything () |
Removes all settings from this object. More... | |
HPS.SelectabilityKit | UnsetFaces () |
Removes the selectability setting from faces. More... | |
HPS.SelectabilityKit | UnsetGeometry () |
Removes the selectability settings from edges, faces, lights, lines, markers, vertices, and text. More... | |
HPS.SelectabilityKit | UnsetLights () |
Removes the selectability setting from lights. More... | |
HPS.SelectabilityKit | UnsetLines () |
Removes the selectability setting from lines. More... | |
HPS.SelectabilityKit | UnsetMarkers () |
Removes the selectability setting from markers. More... | |
HPS.SelectabilityKit | UnsetText () |
Removes the selectability setting from text. More... | |
HPS.SelectabilityKit | UnsetVertices () |
Removes the selectability setting from vertices. More... | |
HPS.SelectabilityKit | UnsetWindows () |
Removes the selectability setting from windows. 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.SelectabilityKit | GetDefault () |
Creates a SelectabilityKit which contains the default settings. More... | |
static bool | operator!= (HPS.SelectabilityKit a, HPS.SelectabilityKit b) |
static bool | operator== (HPS.SelectabilityKit a, HPS.SelectabilityKit b) |
![]() | |
static IntPtr | ClassID< T > () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
HandleRef | scptr |
The SelectabilityKit class is a user space object, useful for carrying a group attribute settings.
Calling SelectabilityKit::GetDefault() will return a kit with values found in this table.
HPS.SelectabilityKit.SelectabilityKit | ( | ) |
Initializes an empty kit.
HPS.SelectabilityKit.SelectabilityKit | ( | HPS.SelectabilityKit | in_kit | ) |
The copy constructor creates a new SelectabilityKit object that contains the same settings as the source object.
in_kit | The source object to copy. |
|
virtual |
Indicates whether this object has any values set on it.
Reimplemented from HPS.Object.
bool HPS.SelectabilityKit.Equals | ( | HPS.SelectabilityKit | in_kit | ) |
Check if the source SelectabilityKit is equivalent to this object.
in_kit | The source <ref refid="class_h_p_s_1_1_selectability_kit" kindref="compound">SelectabilityKit</ref> to compare to this object. |
|
static |
Creates a SelectabilityKit 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.SelectabilityKit.Set | ( | HPS.SelectabilityKit | in_kit | ) |
Copies all settings from the source SelectabilityKit into this object.
in_kit | The source <ref refid="class_h_p_s_1_1_selectability_kit" kindref="compound">SelectabilityKit</ref> to copy. |
HPS.SelectabilityKit HPS.SelectabilityKit.SetEdges | ( | HPS.Selectability.Value | in_val | ) |
Controls whether edges can be selected by selection actions.
in_val | The level of selectability. |
HPS.SelectabilityKit HPS.SelectabilityKit.SetEverything | ( | HPS.Selectability.Value | in_val | ) |
Sets the selectability of all geometry, subgeometry and windows.
in_val | The level of selectability. |
HPS.SelectabilityKit HPS.SelectabilityKit.SetFaces | ( | HPS.Selectability.Value | in_val | ) |
Controls whether faces can be selected by selection actions.
in_val | The level of selectability. |
HPS.SelectabilityKit HPS.SelectabilityKit.SetGeometry | ( | HPS.Selectability.Value | in_val | ) |
Sets the selectability of all edges, faces, lights, lines, markers, vertices, and text.
in_val | The level of selectability. |
HPS.SelectabilityKit HPS.SelectabilityKit.SetLights | ( | HPS.Selectability.Value | in_val | ) |
Controls whether lights can be selected by selection actions.
in_val | The level of selectability. |
HPS.SelectabilityKit HPS.SelectabilityKit.SetLines | ( | HPS.Selectability.Value | in_val | ) |
Controls whether lines can be selected by selection actions.
in_val | The level of selectability. |
HPS.SelectabilityKit HPS.SelectabilityKit.SetMarkers | ( | HPS.Selectability.Value | in_val | ) |
Controls whether markers can be selected by selection actions.
in_val | The level of selectability. |
HPS.SelectabilityKit HPS.SelectabilityKit.SetText | ( | HPS.Selectability.Value | in_val | ) |
Controls whether text can be selected by selection actions.
in_val | The level of selectability. |
HPS.SelectabilityKit HPS.SelectabilityKit.SetVertices | ( | HPS.Selectability.Value | in_val | ) |
Controls whether vertices can be selected by selection actions.
in_val | The level of selectability. |
HPS.SelectabilityKit HPS.SelectabilityKit.SetWindows | ( | HPS.Selectability.Value | in_val | ) |
Controls whether windows can be selected by selection actions.
in_val | The level of selectability. |
void HPS.SelectabilityKit.Show | ( | out HPS.SelectabilityKit | out_kit | ) |
Copies all settings from this SelectabilityKit into the given SelectabilityKit.
out_kit | The <ref refid="class_h_p_s_1_1_selectability_kit" kindref="compound">SelectabilityKit</ref> to populate with the contents of this object. |
bool HPS.SelectabilityKit.ShowEdges | ( | out HPS.Selectability.Value | out_val | ) |
Shows whether edges can be selected by selection actions.
out_val | The level of selectability. |
bool HPS.SelectabilityKit.ShowFaces | ( | out HPS.Selectability.Value | out_val | ) |
Shows whether faces can be selected by selection actions.
out_val | The level of selectability. |
bool HPS.SelectabilityKit.ShowLights | ( | out HPS.Selectability.Value | out_val | ) |
Shows whether lights can be selected by selection actions.
out_val | The level of selectability. |
bool HPS.SelectabilityKit.ShowLines | ( | out HPS.Selectability.Value | out_val | ) |
Shows whether lines can be selected by selection actions.
out_val | The level of selectability. |
bool HPS.SelectabilityKit.ShowMarkers | ( | out HPS.Selectability.Value | out_val | ) |
Shows whether markers can be selected by selection actions.
out_val | The level of selectability. |
bool HPS.SelectabilityKit.ShowText | ( | out HPS.Selectability.Value | out_val | ) |
Shows whether text can be selected by selection actions.
out_val | The level of selectability. |
bool HPS.SelectabilityKit.ShowVertices | ( | out HPS.Selectability.Value | out_val | ) |
Shows whether vertices can be selected by selection actions.
out_val | The level of selectability. |
bool HPS.SelectabilityKit.ShowWindows | ( | out HPS.Selectability.Value | out_val | ) |
Shows whether windows can be selected by selection actions.
out_val | The level of selectability. |
HPS.SelectabilityKit HPS.SelectabilityKit.UnsetEdges | ( | ) |
Removes the selectability setting from edges.
HPS.SelectabilityKit HPS.SelectabilityKit.UnsetEverything | ( | ) |
Removes all settings from this object.
HPS.SelectabilityKit HPS.SelectabilityKit.UnsetFaces | ( | ) |
Removes the selectability setting from faces.
HPS.SelectabilityKit HPS.SelectabilityKit.UnsetGeometry | ( | ) |
Removes the selectability settings from edges, faces, lights, lines, markers, vertices, and text.
HPS.SelectabilityKit HPS.SelectabilityKit.UnsetLights | ( | ) |
Removes the selectability setting from lights.
HPS.SelectabilityKit HPS.SelectabilityKit.UnsetLines | ( | ) |
Removes the selectability setting from lines.
HPS.SelectabilityKit HPS.SelectabilityKit.UnsetMarkers | ( | ) |
Removes the selectability setting from markers.
HPS.SelectabilityKit HPS.SelectabilityKit.UnsetText | ( | ) |
Removes the selectability setting from text.
HPS.SelectabilityKit HPS.SelectabilityKit.UnsetVertices | ( | ) |
Removes the selectability setting from vertices.
HPS.SelectabilityKit HPS.SelectabilityKit.UnsetWindows | ( | ) |
Removes the selectability setting from windows.