Description:
Finds all RhinoObjects that are in a given layer.
Syntax:
Parameters:
- layer
- Type: Layer
- Layer to search.
Returns:
Type: RhinoObject[]
Array of objects that belong to the specified group or None if no objects could be found.
Available since:
5.0
Description:
Finds all RhinoObjects that are in a given layer.
Syntax:
Parameters:
- layerName
- Type: string
- Name of layer to search.
Returns:
Type: RhinoObject[]
Array of objects that belong to the specified group or None if no objects could be found.
Available since:
5.0