| Transformer3dsGetParentGroup Method |
| Name | Description | |
|---|---|---|
| GetParentGroup(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.
| |
| GetParentGroup(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
| |
| GetParentGroup(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
|