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.
Node CloneLinkReferences( Model3D p_oDestModel, Group p_oDestLinkGroup )
Parameter Type | Parameter Name | Documentation |
---|---|---|
<Model3D> | p_oDestModel | The 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_oDestLinkGroup | The destination <Group> where newly created <NodeLink> nodes will be placed. |
None published. Please look for an example in the Simdify Scripting Language code base.