Click or drag to resize
SoWWWInlineCopyChildren Method

Return a copy of the hidden children as a Group.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoGroup CopyChildren()

Return Value

Type: SoGroup
Remarks

The children are set by the application through OIV.Inventor.Nodes.SoWWWInline.SetChildData(OIV.Inventor.Nodes.SoNode).

See Also