Click or drag to resize
SoExtSelectionAddChild Method

Adds a child at the end of the list of children.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public override void AddChild(
	SoNode child
)

Parameters

child
Type: OIV.Inventor.NodesSoNode
Remarks

It redefines the OIV.Inventor.Nodes.SoGroup.AddChild(OIV.Inventor.Nodes.SoNode) function just to ensure that the selection scenegraph is always the last child in the list.

See Also