Sets head node (first node in chain).
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetHead(
SoNode node
)
Public Sub SetHead (
node As SoNode
)
public:
void SetHead(
SoNode^ node
)
member SetHead :
node : SoNode -> unit
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
RemarksThe head node must be set before the append() or push() methods may be called.
See Also