Click or drag to resize
SoSelectionSelect Method (SoPath)

Selects the passed path by adding it to the selection list.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Select(
	SoPath path
)

Parameters

path
Type: OIV.InventorSoPath
Remarks

The selection node must lie in the path. The path is copied and truncated such that the selection node is the head of the path. If the selection node does not lie in the path, the selection list remains unchanged. This method ignores the current selection policy.

See Also