Click or drag to resize
Transformer3dsGetObjectOrItsGroup Method
Overload List
  NameDescription
Public methodGetObjectOrItsGroup(String)
If objectName from UsedReader3ds.NamedObjects is Model3DGroup or Light the same model is returned. If objectName is GeometryModel3D and it has children (because of hierarchy there was a Model3DGroup created for it) than return the Model3DGroup. If objectName is GeometryModel3D and has no children return model as GeometryModel3D.
Public methodGetObjectOrItsGroup(Model3D)
If model is Model3DGroup or Light the same model is returned. If model is GeometryModel3D and it has children (because of hierarchy there was a Model3DGroup created for it) than return the Model3DGroup. If model is GeometryModel3D and has no children return model as GeometryModel3D.
Top
See Also