Description:
Gets an array of all the views.
Syntax:
deprecated in 8.0
Parameters:
- includeStandardViews
- Type: bool
- True if "Right", "Perspective", etc., view should be included; False otherwise.
- includePageViews
- Type: bool
- True if page-related views should be included; False otherwise.
Returns:
Type: RhinoView[]
A array of Rhino views. This array can be empty, but not null.
Available since:
5.0
Description:
Gets an array of all the views.
Syntax:
Parameters:
- filter
- Type: ViewTypeFilter
- View types to include
Returns:
Type: RhinoView[]
An array of Rhino views. This array can be empty, but not null.
Available since:
8.0