Click or drag to resize
SoNodeKitPathAppend Method (SoBaseKit)

Adds childKit to end of chain; uses first occurrence of childKit as a part within current last nodekit.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Append(
	SoBaseKit childKit
)

Parameters

childKit
Type: OIV.Inventor.NodekitsSoBaseKit
Remarks

If the path is empty, this is equivalent to setHead(childKit) .

See Also