Click or drag to resize
SoNodeKitListPartGetChildTypes Method

Returns the permitted child node types.

Namespace: OIV.Inventor.Nodekits
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoTypeList GetChildTypes()

Return Value

Type: SoTypeList
Remarks

By default, any type of node is permitted, so the list contains one entry of type OIV.Inventor.Nodes.SoNode.

See Also