Click or drag to resize
Transformer3dsGetChildren Method
Overload List
  NameDescription
Public methodGetChildren(String)
Get Model3DCollection (Children) for objectName (Model3DGroup or GeometryModel3D) or null if model has no children. GeometryModel3D can have children if for it there was a Model3DGroup created (becasue of a hierarchy). In this case there is a (objectName + Reader3ds.GroupNameSuffix) in NamedObjects dictionary.
Public methodGetChildren(Model3D)
Get Model3DCollection (Children) for Model3DGroup or GeometryModel3D or null if model has no children. GeometryModel3D can have children if for it there was a Model3DGroup created (becasue of a hierarchy). In this case there is a (objectName + Reader3ds.GroupNameSuffix) in NamedObjects dictionary.
Top
See Also