GetModels2 (X3DObject)

Introduced

6.0

Description

Returns a collection of all Model objects under this 3D object.

Note: This is the Python-compliant version of the X3DObject.Models. Since Python does not support input parameters on properties, X3DObject.Models will fail in Python.

Scripting Syntax

X3DObject.GetModels2( [Recursive] )

C# Syntax

ModelCollection X3DObject.GetModels2( Boolean in_bMode );

Parameters

Parameter

Type

Description

Recursive

Boolean

Recurse if True, otherwise the search is done on the immediate children.

Default Value: True

Return Value

ModelCollection

See Also

X3DObject.Models



SOFTIMAGE|XSI v6.01     

Return to Softimage XSI Index