Click or drag to resize
Transformer3dsGetObjectOrItsGroup Method (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.

Namespace: Ab3d
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public Model3D GetObjectOrItsGroup(
	Model3D model
)

Parameters

model
Type: System.Windows.Media.Media3DModel3D
GeometryModel3D, Model3DGroup or Light

Return Value

Type: Model3D
model itself or its Parent Model3DGroup
See Also