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 |
Recurse if True, otherwise the search is done on the immediate children. Default Value: True |
Return Value
See Also
Autodesk Softimage v7.5