Click or drag to resize
Transformer3dsGetParentGroup Method
Overload List
  NameDescription
Public methodGetParentGroup(String)
Gets the parent Model3DGroup of the NamedObject. If the objectName is already a Model3DGroup than the same object is returned, else the parent group is returned. Used when you get a GeometryModel3D from Reader3ds's NamedObjects and would like to apply a transformation to the GeometryModel3D and all its child objects.
Public methodGetParentGroup(GeometryModel3D)
Gets the parent Model3DGroup of the GeometryModel3D. Used when you get a GeometryModel3D from Reader3ds's NamedObjects and would like to apply a transformation to the GeometryModel3D and all its child objects
Public methodGetParentGroup(Model3DGroup, GeometryModel3D)
Gets the parent Model3DGroup of the GeometryModel3D. Used when you get a GeometryModel3D from Reader3ds's NamedObjects and would like to apply a transformation to the GeometryModel3D and all its child objects
Top
See Also