GetObjectsByMaterial

Returns a list of objects of a specified material.

UI Access N/A
Parameters
Name Type Description
<material> String Material name.
Return Value Array containing string object names.

 

Python Syntax GetObjectsByMaterial (<material>)
Python Example

oEditor.GetObjectsByMaterial('copper')

 

VB Syntax GetObjectsByMaterial <material>
VB Example

oEditor.GetObjectsByMaterial "copper"