API Search || Global Search
HPS.SelectabilityControl Class Reference

More...

Inheritance diagram for HPS.SelectabilityControl:
HPS.Control HPS.Object

Public Member Functions

override void Dispose ()
 
override HPS.Type ObjectType ()
 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). 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 SetEdges (bool 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 SetEverything (bool 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 SetFaces (bool 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 SetGeometry (bool 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 SetLights (bool 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 SetLines (bool 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 SetMarkers (bool 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 SetText (bool 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 SetVertices (bool 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...
 
HPS.SelectabilityControl SetWindows (bool 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...
 
override HPS.Type Type ()
 This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. More...
 
HPS.SelectabilityControl UnsetEdges ()
 Removes the selectability setting from edges. If the control is attached to a WindowKey this function restores the default value of this setting as specified by SelectabilityKit.GetDefault(). More...
 
HPS.SelectabilityControl UnsetEverything ()
 Removes all settings from this object. If the control is attached to a WindowKey this function restores the default settings of this control as specified by SelectabilityKit.GetDefault(). More...
 
HPS.SelectabilityControl UnsetFaces ()
 Removes the selectability setting from faces. If the control is attached to a WindowKey this function restores the default value of this setting as specified by SelectabilityKit.GetDefault(). More...
 
HPS.SelectabilityControl UnsetGeometry ()
 Removes the selectability settings from edges, faces, lights, lines, markers, vertices, and text. If the control is attached to a WindowKey this function restores the default value of these settings as specified by SelectabilityKit.GetDefault(). More...
 
HPS.SelectabilityControl UnsetLights ()
 Removes the selectability setting from lights. If the control is attached to a WindowKey this function restores the default value of this setting as specified by SelectabilityKit.GetDefault(). More...
 
HPS.SelectabilityControl UnsetLines ()
 Removes the selectability setting from lines. If the control is attached to a WindowKey this function restores the default value of this setting as specified by SelectabilityKit.GetDefault(). More...
 
HPS.SelectabilityControl UnsetMarkers ()
 Removes the selectability setting from markers. If the control is attached to a WindowKey this function restores the default value of this setting as specified by SelectabilityKit.GetDefault(). More...
 
HPS.SelectabilityControl UnsetText ()
 Removes the selectability setting from text. If the control is attached to a WindowKey this function restores the default value of this setting as specified by SelectabilityKit.GetDefault(). More...
 
HPS.SelectabilityControl UnsetVertices ()
 Removes the selectability setting from vertices. If the control is attached to a WindowKey this function restores the default value of this setting as specified by SelectabilityKit.GetDefault(). More...
 
HPS.SelectabilityControl UnsetWindows ()
 Removes the selectability setting from windows. If the control is attached to a WindowKey this function restores the default value of this setting as specified by SelectabilityKit.GetDefault(). More...
 
- Public Member Functions inherited from HPS.Control
 Control (HPS.Control in_that)
 
- Public Member Functions inherited from HPS.Object
virtual bool Empty ()
 Indicates whether this object has any values set on it. More...
 
IntPtr GetClassID ()
 
IntPtr GetInstanceID ()
 Returns the object's database handle, which can be used to determine which instance of a class the object is. For example, controls are simply aliases for segment keys that group related functions. Therefore, a SegmentKey and all of its controls would return the same instance id. Different keys and controls will return the same value if they are backed by the same database resource. More...
 
bool HasType (HPS.Type in_mask)
 This function indicates whether this Object has the given Type mask. More...
 
 Object (HPS.Object that)
 
virtual void Reset ()
 Resets this object to its initial, uninitialized state. More...
 

Protected Member Functions

override void deleteCptr ()
 
- Protected Member Functions inherited from HPS.Object
virtual IntPtr GetNonDirectorClassID ()
 

Additional Inherited Members

- Static Public Member Functions inherited from HPS.Object
static IntPtr ClassID< T > ()
 
- Protected Attributes inherited from HPS.Object
bool cMemOwn
 
HandleRef cptr
 

Detailed Description

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.

Constructor & Destructor Documentation

HPS.SelectabilityControl.SelectabilityControl ( HPS.SegmentKey  in_seg)
inline

Initializes a control tied to the segment in_seg.

HPS.SelectabilityControl.SelectabilityControl ( HPS.SelectabilityControl  in_that)
inline

Initializes a control tied to the same object as in_that.

Member Function Documentation

override HPS.Type HPS.SelectabilityControl.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.Control.

HPS.SelectabilityControl HPS.SelectabilityControl.SetEdges ( HPS.Selectability.Value  in_val)
inline

Controls whether edges can be selected by selection actions.

Parameters
in_valThe level of selectability.
Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.SetEdges ( bool  in_val)
inline

Controls whether edges can be selected by selection actions.

Parameters
in_valWhether visible edges should be selectable.
Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.SetEverything ( HPS.Selectability.Value  in_val)
inline

Sets the selectability of all geometry, subgeometry and windows.

Parameters
in_valThe level of selectability.
Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.SetEverything ( bool  in_val)
inline

Sets the selectability of all geometry, subgeometry and windows.

Parameters
in_valWhether everything visible should be selectable.
Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.SetFaces ( HPS.Selectability.Value  in_val)
inline

Controls whether faces can be selected by selection actions.

Parameters
in_valThe level of selectability.
Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.SetFaces ( bool  in_val)
inline

Controls whether faces can be selected by selection actions.

Parameters
in_valWhether visible faces should be selectable.
Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.SetGeometry ( HPS.Selectability.Value  in_val)
inline

Sets the selectability of all edges, faces, lights, lines, markers, vertices, and text.

Parameters
in_valThe level of selectability.
Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.SetGeometry ( bool  in_val)
inline

Sets the selectability of all edges, faces, lights, lines, markers, vertices, and text.

Parameters
in_valWhether visible geometry should be selectable.
Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.SetLights ( HPS.Selectability.Value  in_val)
inline

Controls whether lights can be selected by selection actions.

Parameters
in_valThe level of selectability.
Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.SetLights ( bool  in_val)
inline

Controls whether lights can be selected by selection actions.

Parameters
in_valWhether visible lights should be selectable.
Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.SetLines ( HPS.Selectability.Value  in_val)
inline

Controls whether lines can be selected by selection actions.

Parameters
in_valThe level of selectability.
Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.SetLines ( bool  in_val)
inline

Controls whether lines can be selected by selection actions.

Parameters
in_valWhether visible lines should be selectable.
Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.SetMarkers ( HPS.Selectability.Value  in_val)
inline

Controls whether markers can be selected by selection actions.

Parameters
in_valThe level of selectability.
Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.SetMarkers ( bool  in_val)
inline

Controls whether markers can be selected by selection actions.

Parameters
in_valWhether visible markers should be selectable.
Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.SetText ( HPS.Selectability.Value  in_val)
inline

Controls whether text can be selected by selection actions.

Parameters
in_valThe level of selectability.
Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.SetText ( bool  in_val)
inline

Controls whether text can be selected by selection actions.

Parameters
in_valWhether visible text should be selectable.
Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.SetVertices ( HPS.Selectability.Value  in_val)
inline

Controls whether vertices can be selected by selection actions.

Parameters
in_valThe level of selectability.
Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.SetVertices ( bool  in_val)
inline

Controls whether vertices can be selected by selection actions.

Parameters
in_valWhether visible vertices should be selectable.
Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.SetWindows ( HPS.Selectability.Value  in_val)
inline

Controls whether windows can be selected by selection actions.

Parameters
in_valThe level of selectability.
Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.SetWindows ( bool  in_val)
inline

Controls whether windows can be selected by selection actions.

Parameters
in_valWhether visible windows should be selectable.
Returns
A reference to this object.
bool HPS.SelectabilityControl.ShowEdges ( out HPS.Selectability.Value  out_val)
inline

Shows whether edges can be selected by selection actions.

Parameters
out_valThe level of selectability.
Returns
true if the setting is valid, false otherwise.
bool HPS.SelectabilityControl.ShowFaces ( out HPS.Selectability.Value  out_val)
inline

Shows whether faces can be selected by selection actions.

Parameters
out_valThe level of selectability.
Returns
true if the setting is valid, false otherwise.
bool HPS.SelectabilityControl.ShowLights ( out HPS.Selectability.Value  out_val)
inline

Shows whether lights can be selected by selection actions.

Parameters
out_valThe level of selectability.
Returns
true if the setting is valid, false otherwise.
bool HPS.SelectabilityControl.ShowLines ( out HPS.Selectability.Value  out_val)
inline

Shows whether lines can be selected by selection actions.

Parameters
out_valThe level of selectability.
Returns
true if the setting is valid, false otherwise.
bool HPS.SelectabilityControl.ShowMarkers ( out HPS.Selectability.Value  out_val)
inline

Shows whether markers can be selected by selection actions.

Parameters
out_valThe level of selectability.
Returns
true if the setting is valid, false otherwise.
bool HPS.SelectabilityControl.ShowText ( out HPS.Selectability.Value  out_val)
inline

Shows whether text can be selected by selection actions.

Parameters
out_valThe level of selectability.
Returns
true if the setting is valid, false otherwise.
bool HPS.SelectabilityControl.ShowVertices ( out HPS.Selectability.Value  out_val)
inline

Shows whether vertices can be selected by selection actions.

Parameters
out_valThe level of selectability.
Returns
true if the setting is valid, false otherwise.
bool HPS.SelectabilityControl.ShowWindows ( out HPS.Selectability.Value  out_val)
inline

Shows whether windows can be selected by selection actions.

Parameters
out_valThe level of selectability.
Returns
true if the setting is valid, false otherwise.
override HPS.Type HPS.SelectabilityControl.Type ( )
inlinevirtual

This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types.

Returns
The true type of the object in question.

Reimplemented from HPS.Control.

HPS.SelectabilityControl HPS.SelectabilityControl.UnsetEdges ( )
inline

Removes the selectability setting from edges. If the control is attached to a WindowKey this function restores the default value of this setting as specified by SelectabilityKit.GetDefault().

Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.UnsetEverything ( )
inline

Removes all settings from this object. If the control is attached to a WindowKey this function restores the default settings of this control as specified by SelectabilityKit.GetDefault().

Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.UnsetFaces ( )
inline

Removes the selectability setting from faces. If the control is attached to a WindowKey this function restores the default value of this setting as specified by SelectabilityKit.GetDefault().

Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.UnsetGeometry ( )
inline

Removes the selectability settings from edges, faces, lights, lines, markers, vertices, and text. If the control is attached to a WindowKey this function restores the default value of these settings as specified by SelectabilityKit.GetDefault().

Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.UnsetLights ( )
inline

Removes the selectability setting from lights. If the control is attached to a WindowKey this function restores the default value of this setting as specified by SelectabilityKit.GetDefault().

Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.UnsetLines ( )
inline

Removes the selectability setting from lines. If the control is attached to a WindowKey this function restores the default value of this setting as specified by SelectabilityKit.GetDefault().

Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.UnsetMarkers ( )
inline

Removes the selectability setting from markers. If the control is attached to a WindowKey this function restores the default value of this setting as specified by SelectabilityKit.GetDefault().

Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.UnsetText ( )
inline

Removes the selectability setting from text. If the control is attached to a WindowKey this function restores the default value of this setting as specified by SelectabilityKit.GetDefault().

Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.UnsetVertices ( )
inline

Removes the selectability setting from vertices. If the control is attached to a WindowKey this function restores the default value of this setting as specified by SelectabilityKit.GetDefault().

Returns
A reference to this object.
HPS.SelectabilityControl HPS.SelectabilityControl.UnsetWindows ( )
inline

Removes the selectability setting from windows. If the control is attached to a WindowKey this function restores the default value of this setting as specified by SelectabilityKit.GetDefault().

Returns
A reference to this object.

The documentation for this class was generated from the following file:
  • internals/hps_core/source/cs/HPS.SelectabilityControl.cs