v6.0
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.
ModelCollection X3DObject.GetModels2( Boolean in_bMode ); |
oReturn = X3DObject.GetModels2( [Recursive] ); |
Parameter | Type | Description |
---|---|---|
Recursive | Boolean |
Recurse if True, otherwise the search is done on the immediate children. Default Value: True |