Click or drag to resize
SoPathSetHead Method

Sets head node (first node in chain).

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetHead(
	SoNode node
)

Parameters

node
Type: OIV.Inventor.NodesSoNode
Remarks

The head node must be set before the append() or push() methods may be called.

See Also