SoExtSelectionGetSelectionSceneGraph Method |
Returns the scenegraph displayed as "lasso" in fast edit mode.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual SoNode GetSelectionSceneGraph()
Public Overridable Function GetSelectionSceneGraph As SoNode
public:
virtual SoNode^ GetSelectionSceneGraph()
abstract GetSelectionSceneGraph : unit -> SoNode
override GetSelectionSceneGraph : unit -> SoNode
Return Value
Type:
SoNodeRemarks Note: This function is available only in FastEdit mode, returns NULL otherwise.
See Also