Click or drag to resize
Transformer3dsHasChildren Method (Model3D)
Returns true if the Model3DGroup or GeometryModel3D has children (at least one - empty collection returns false). GeometryModel3D can have children if for it there was a Model3DGroup created (becasue of a hierarchy). In this case there is a (objectName + Reader3ds.GroupNameSuffix) in NamedObjects dictionary.

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

Parameters

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

Return Value

Type: Boolean
true if model has children
See Also