Transformer3dsGetParentGroup Method (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.
Namespace: Ab3dAssembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax public Model3DGroup GetParentGroup(
string objectName
)
Parameters
- objectName
- Type: SystemString
objectName from NamedObjects for which a parent Model3DGroup should be returned
Return Value
Type:
Model3DGroupparent Model3DGroup of modelToFind
See Also