Skip to main content

BimDrawingObject

Represents a drawing that has been loaded using the DrawingApi class.

Index

Properties

publicreadonlydrawingChange

drawingChange: BimChangeDwg | BimChangeBlob

BimChangeDwg or BimChangeBlob that the drawing source is loaded from

Accessors

publicboundingInfo

  • get boundingInfo(): BoundingInfo
  • Bounding info for the drawing plane


    Returns BoundingInfo

publicparentTransformNode

  • get parentTransformNode(): Nullable<TransformNode>
  • Returns Nullable<TransformNode>

publicvisible

  • get visible(): boolean
  • set visible(v: boolean): void
  • true if the drawing is visible, otherwise false.


    Returns boolean

  • Parameters

    • v: boolean

    Returns void

Methods

publicdispose

  • dispose(): void
  • Dispose the drawing (it is unloaded and will not longer be visualized.)


    Returns void

publicforceUpdate

  • forceUpdate(): Promise<void>
  • Force the drawing to zoom based on the camera position and render.


    Returns Promise<void>