Go to: Synopsis. Return value. MEL examples.
string[] lsType( string $type )
string[] : List of all objects of the named type, terminated with an entry with the string "<done>". |
Variable Name | Variable Type | Description |
---|---|---|
$type | string | Type of object to look for |
sphere -n sphere1; sphere -n sphere2; lsType("nurbsSurface"); // Result: sphere1Shape sphere2Shape //