Click or drag to resize
Transformer3dsGetChildren Method (String)
Get Model3DCollection (Children) for objectName (Model3DGroup or GeometryModel3D) or null if model has no children. 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 Model3DCollection GetChildren(
	string objectName
)

Parameters

objectName
Type: SystemString
name of the object

Return Value

Type: Model3DCollection
Model3DCollection (Children) or null if model has no children
See Also