Hide menu
Loading...
Searching...
No Matches
Sheet

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.

Extends

Constructors

new Sheet()

new Sheet(): Sheet

Returns

Sheet

Overrides

BaseObject.constructor

Properties

views

readonly views: Set<View>

Collection of views.

Accessors

height

Get Signature

get height(): number

Returns the height of the sheet.

Returns

number


id

Get Signature

get id(): bigint

Returns object id.

Returns

bigint

Inherited from

BaseObject.id


numberOfViews

Get Signature

get numberOfViews(): number

Returns the number of child views.

Deprecated

Use views.size instead.

Returns

number


orientation

Get Signature

get orientation(): OrientationType

Returns the orientation of the sheet.

Returns

OrientationType


paperSize

Get Signature

get paperSize(): PaperSizeType

Returns the standard paper size of the sheet, if one was defined.

Returns

PaperSizeType


uuid

Get Signature

get uuid(): null | `$string