Represents a single sheet of a model drawing.
An object of this class mimics a physical sheet of paper, hence the size and orientation settings.
Normally a drawing sheet would have associated metadata, such as default scale, title block, etc. This information is represented with objects of DrawingView class.
new Sheet():
Sheet
readonlyviews:Set<View>
Collection of views.
get height():
number
Returns the height of the sheet.
number
get id():
bigint
Returns object id.
bigint
get numberOfViews():
number
Returns the number of child views.
Use views.size instead.
number
get orientation():
OrientationType
Returns the orientation of the sheet.
get paperSize():
PaperSizeType
Returns the standard paper size of the sheet, if one was defined.
get uuid():
null| `$string