REFERENCE MANUAL
The SelectabilityControl class is a smart pointer that is tied to a database object. More...
Public Member Functions | |
override void | Dispose () |
override HPS.Type | ObjectType () |
This function returns the type the object, as declared. More... | |
SelectabilityControl (HPS.SegmentKey in_seg) | |
Initializes a control tied to the segment in_seg. More... | |
SelectabilityControl (HPS.SelectabilityControl in_that) | |
Initializes a control tied to the same object as in_that. More... | |
HPS.SelectabilityControl | SetEdges (HPS.Selectability.Value in_val) |
Controls whether edges can be selected by selection actions. More... | |
HPS.SelectabilityControl | SetEverything (HPS.Selectability.Value in_val) |
Sets the selectability of all geometry, subgeometry and windows. More... | |
HPS.SelectabilityControl | SetFaces (HPS.Selectability.Value in_val) |
Controls whether faces can be selected by selection actions. More... | |
HPS.SelectabilityControl | SetGeometry (HPS.Selectability.Value in_val) |
Sets the selectability of all edges, faces, lights, lines, markers, vertices, and text. More... | |
HPS.SelectabilityControl | SetLights (HPS.Selectability.Value in_val) |
Controls whether lights can be selected by selection actions. More... | |
HPS.SelectabilityControl | SetLines (HPS.Selectability.Value in_val) |
Controls whether lines can be selected by selection actions. More... | |
HPS.SelectabilityControl | SetMarkers (HPS.Selectability.Value in_val) |
Controls whether markers can be selected by selection actions. More... | |
HPS.SelectabilityControl | SetText (HPS.Selectability.Value in_val) |
Controls whether text can be selected by selection actions. More... | |
HPS.SelectabilityControl | SetVertices (HPS.Selectability.Value in_val) |
Controls whether vertices can be selected by selection actions. More... | |
HPS.SelectabilityControl | SetWindows (HPS.Selectability.Value in_val) |
Controls whether windows can be selected by selection actions. 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.SelectabilityControl | UnsetEdges () |
Removes the selectability setting from edges. More... | |
HPS.SelectabilityControl | UnsetEverything () |
Removes all settings from this object. More... | |
HPS.SelectabilityControl | UnsetFaces () |
Removes the selectability setting from faces. More... | |
HPS.SelectabilityControl | UnsetGeometry () |
Removes the selectability settings from edges, faces, lights, lines, markers, vertices, and text. More... | |
HPS.SelectabilityControl | UnsetLights () |
Removes the selectability setting from lights. More... | |
HPS.SelectabilityControl | UnsetLines () |
Removes the selectability setting from lines. More... | |
HPS.SelectabilityControl | UnsetMarkers () |
Removes the selectability setting from markers. More... | |
HPS.SelectabilityControl | UnsetText () |
Removes the selectability setting from text. More... | |
HPS.SelectabilityControl | UnsetVertices () |
Removes the selectability setting from vertices. More... | |
HPS.SelectabilityControl | UnsetWindows () |
Removes the selectability setting from windows. More... | |
![]() | |
Control (HPS.Control in_that) | |
![]() | |
virtual bool | Empty () |
Indicates whether this object has any values set on it. 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... | |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
static IntPtr | ClassID< T > () |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
HandleRef | scptr |
The SelectabilityControl class is a smart pointer that is tied to a database object.
This object allows you to set and unset the selectability of the various types of geometry, such as faces, lines, markers, and vertices.Default values for the various fields of SelectabilityControl can be found here.
HPS.SelectabilityControl.SelectabilityControl | ( | HPS.SegmentKey | in_seg | ) |
Initializes a control tied to the segment in_seg.
HPS.SelectabilityControl.SelectabilityControl | ( | HPS.SelectabilityControl | in_that | ) |
Initializes a control tied to the same object as in_that.
|
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.
HPS.SelectabilityControl HPS.SelectabilityControl.SetEdges | ( | HPS.Selectability.Value | in_val | ) |
Controls whether edges can be selected by selection actions.
in_val | The level of selectability. |
HPS.SelectabilityControl HPS.SelectabilityControl.SetEverything | ( | HPS.Selectability.Value | in_val | ) |
Sets the selectability of all geometry, subgeometry and windows.
in_val | The level of selectability. |
HPS.SelectabilityControl HPS.SelectabilityControl.SetFaces | ( | HPS.Selectability.Value | in_val | ) |
Controls whether faces can be selected by selection actions.
in_val | The level of selectability. |
HPS.SelectabilityControl HPS.SelectabilityControl.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.SelectabilityControl HPS.SelectabilityControl.SetLights | ( | HPS.Selectability.Value | in_val | ) |
Controls whether lights can be selected by selection actions.
in_val | The level of selectability. |
HPS.SelectabilityControl HPS.SelectabilityControl.SetLines | ( | HPS.Selectability.Value | in_val | ) |
Controls whether lines can be selected by selection actions.
in_val | The level of selectability. |
HPS.SelectabilityControl HPS.SelectabilityControl.SetMarkers | ( | HPS.Selectability.Value | in_val | ) |
Controls whether markers can be selected by selection actions.
in_val | The level of selectability. |
HPS.SelectabilityControl HPS.SelectabilityControl.SetText | ( | HPS.Selectability.Value | in_val | ) |
Controls whether text can be selected by selection actions.
in_val | The level of selectability. |
HPS.SelectabilityControl HPS.SelectabilityControl.SetVertices | ( | HPS.Selectability.Value | in_val | ) |
Controls whether vertices can be selected by selection actions.
in_val | The level of selectability. |
HPS.SelectabilityControl HPS.SelectabilityControl.SetWindows | ( | HPS.Selectability.Value | in_val | ) |
Controls whether windows can be selected by selection actions.
in_val | The level of selectability. |
bool HPS.SelectabilityControl.ShowEdges | ( | out HPS.Selectability.Value | out_val | ) |
Shows whether edges can be selected by selection actions.
out_val | The level of selectability. |
bool HPS.SelectabilityControl.ShowFaces | ( | out HPS.Selectability.Value | out_val | ) |
Shows whether faces can be selected by selection actions.
out_val | The level of selectability. |
bool HPS.SelectabilityControl.ShowLights | ( | out HPS.Selectability.Value | out_val | ) |
Shows whether lights can be selected by selection actions.
out_val | The level of selectability. |
bool HPS.SelectabilityControl.ShowLines | ( | out HPS.Selectability.Value | out_val | ) |
Shows whether lines can be selected by selection actions.
out_val | The level of selectability. |
bool HPS.SelectabilityControl.ShowMarkers | ( | out HPS.Selectability.Value | out_val | ) |
Shows whether markers can be selected by selection actions.
out_val | The level of selectability. |
bool HPS.SelectabilityControl.ShowText | ( | out HPS.Selectability.Value | out_val | ) |
Shows whether text can be selected by selection actions.
out_val | The level of selectability. |
bool HPS.SelectabilityControl.ShowVertices | ( | out HPS.Selectability.Value | out_val | ) |
Shows whether vertices can be selected by selection actions.
out_val | The level of selectability. |
bool HPS.SelectabilityControl.ShowWindows | ( | out HPS.Selectability.Value | out_val | ) |
Shows whether windows can be selected by selection actions.
out_val | The level of selectability. |
HPS.SelectabilityControl HPS.SelectabilityControl.UnsetEdges | ( | ) |
Removes the selectability setting from edges.
HPS.SelectabilityControl HPS.SelectabilityControl.UnsetEverything | ( | ) |
Removes all settings from this object.
HPS.SelectabilityControl HPS.SelectabilityControl.UnsetFaces | ( | ) |
Removes the selectability setting from faces.
HPS.SelectabilityControl HPS.SelectabilityControl.UnsetGeometry | ( | ) |
Removes the selectability settings from edges, faces, lights, lines, markers, vertices, and text.
HPS.SelectabilityControl HPS.SelectabilityControl.UnsetLights | ( | ) |
Removes the selectability setting from lights.
HPS.SelectabilityControl HPS.SelectabilityControl.UnsetLines | ( | ) |
Removes the selectability setting from lines.
HPS.SelectabilityControl HPS.SelectabilityControl.UnsetMarkers | ( | ) |
Removes the selectability setting from markers.
HPS.SelectabilityControl HPS.SelectabilityControl.UnsetText | ( | ) |
Removes the selectability setting from text.
HPS.SelectabilityControl HPS.SelectabilityControl.UnsetVertices | ( | ) |
Removes the selectability setting from vertices.
HPS.SelectabilityControl HPS.SelectabilityControl.UnsetWindows | ( | ) |
Removes the selectability setting from windows.