BimDrawingObject
Index
Properties
publicreadonlydrawingChange
BimChangeDwg or BimChangeBlob that the drawing source is loaded from
Accessors
publicboundingInfo
Bounding info for the drawing plane
Returns BoundingInfo
publicparentTransformNode
Returns Nullable<TransformNode>
publicvisible
true
if the drawing is visible, otherwisefalse
.Returns boolean
Parameters
v: boolean
Returns void
Methods
publicdispose
Dispose the drawing (it is unloaded and will not longer be visualized.)
Returns void
publicforceUpdate
Force the drawing to zoom based on the camera position and render.
Returns Promise<void>
Represents a drawing that has been loaded using the DrawingApi class.