Description:

Get selected objects of a given type

Syntax:
public T[] GetObjects()
Returns:
Type: T[]
Available since:
6.0

Description:

Get selected objects that match a given filter

Syntax:
public RhinoObject[] GetObjects(
ObjectType filter
)
Returns:
Available since:
6.0

Nothing found