RenderContentMakeGroupInstance Method |
Create an 'instance' of the content tree and group the new tree with this tree.
If the instance is subsequently attached to the same document, the state of all members
of the group will be kept synchronized.With the exception of the instance ids, all
state is exactly preserved in the new instance tree.
\note The grouping will have no effect until the new instance is attached to the same document.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.26
Syntaxpublic RenderContent MakeGroupInstance()
Public Function MakeGroupInstance As RenderContent
Return Value
Type:
RenderContentA grouped instance of the content tree
See Also