SoExtSelectionSelect Method (SoNode, Int32, SbVec3f, SbViewportRegion, Boolean) |
Note: This API is now obsolete.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void Select(
SoNode root,
int numCoord,
SbVec3f[] lassoCoord,
SbViewportRegion viewport,
bool shiftPressed
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub Select (
root As SoNode,
numCoord As Integer,
lassoCoord As SbVec3f(),
viewport As SbViewportRegion,
shiftPressed As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void Select(
SoNode^ root,
int numCoord,
array<SbVec3f>^ lassoCoord,
SbViewportRegion viewport,
bool shiftPressed
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member Select :
root : SoNode *
numCoord : int *
lassoCoord : SbVec3f[] *
viewport : SbViewportRegion *
shiftPressed : bool -> unit
Parameters
- root
- Type: OIV.Inventor.NodesSoNode
- numCoord
- Type: SystemInt32
- lassoCoord
- Type: OIV.InventorSbVec3f
- viewport
- Type: OIV.InventorSbViewportRegion
- shiftPressed
- Type: SystemBoolean
RemarksObsoletesince Open Inventor 6000
Use the select method with the lasso coordinates given as SbVec2f.
See Also