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: 2023.1.3.0 (2023.1.3)
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