Click or drag to resize
SoSelectionDeselect Method (SoNode)

Deselects the passed node by creating a path to it, and removing the node from the selection list by calling deselect(path) .

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Deselect(
	SoNode node
)

Parameters

node
Type: OIV.Inventor.NodesSoNode
Remarks

If there is more than one instance of node beneath the selection node, the created path will be the first instance found.

See Also