Click or drag to resize
SoExtSelectionSelect Method (SoNode, Int32, SbVec3f, SbViewportRegion, Boolean)

Note: This API is now obsolete.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void Select(
	SoNode root,
	int numCoord,
	SbVec3f[] lassoCoord,
	SbViewportRegion viewport,
	bool shiftPressed
)

Parameters

root
Type: OIV.Inventor.NodesSoNode
numCoord
Type: SystemInt32
lassoCoord
Type: OIV.InventorSbVec3f
viewport
Type: OIV.InventorSbViewportRegion
shiftPressed
Type: SystemBoolean
Remarks

Obsoletesince Open Inventor 6000 Use the select method with the lasso coordinates given as SbVec2f.

See Also