CloneLinkReferences Data Member Function

Clones a <Node> hierarchy for use in an external file. <NodeLink> nodes will be created for any dependencies which are not present in the cloned hierarchy, and the dependencies on those <Node> objects will be mapped to the newly created <NodeLink> nodes.

Prototype

Node CloneLinkReferences( Model3D p_oDestModel, Group p_oDestLinkGroup )

Parameters

Parameter Type Parameter Name Documentation
<Model3D>p_oDestModelThe destination Model where the newly cloned <Node> objects are going to be placed. This model is used to correctly initialize <NodeLink> nodes created as part of the clone process.
<Group>p_oDestLinkGroupThe destination <Group> where newly created <NodeLink> nodes will be placed.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.