Skip to main content

BimDrawingPlane

Index

Properties

publicreadonlyboundingInfo

boundingInfo: BoundingInfo = ...

mathematicalPlane

mathematicalPlane: Plane

mesh

mesh: Mesh

texture

texture: DynamicTexture

Methods

publicrescaleToPoints

  • rescaleToPoints(frustumCornerPointsOnZoomPlane: Vector3[]): void
  • Rescales the plane based on points in world space. Note that the plane should always be a square.


    Parameters

    • frustumCornerPointsOnZoomPlane: Vector3[]

      Frustum corner points on the zoom plane.

    Returns void