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: 2024.1.1.0 (2024.1.1)
Syntax
public void SetHead(
	SoNode node
)

Parameters

node
Type: OIV.Inventor.NodesSoNode
Remarks

The head node must be set before the OIV.Inventor.SoPath.Append(System.Int32) or OIV.Inventor.SoPath.Push(System.Int32) methods may be called.

See Also