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: 10.12.3.0 (10.12.3.0)
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