Represents a view on a drawing sheet.
Usually a view is a logical portion of the sheet, containing one of the literal views of the model (e.g. top view, isometric view, cutaway view). Following this idea, the view is defined by a position in the sheet and a scale (real-world model dimensions vs on-paper dimensions).
new View(
position):View
Axis2d = ...
Position of the view.
readonlyelements:Set<Element>
Collection of elements.
position:
Axis2d
Position of the view.
scale:
Ratio
Scale of the view.
get id():
bigint
Returns object id.
bigint
get numberOfElements():
number
Returns the number of elements in the view.
Use elements.size instead.
number
get uuid():
null| `$string