Skip to main content

BCFViewpoint

Represents a Building Collaboration Format (BCF) viewpoint. This interface is compliant with the BCF API specifications.

Properties

bitmaps?

optional bitmaps: ViewpointBitmap[]

Optional array of bitmaps associated with the viewpoint.


clipping_planes?

optional clipping_planes: ViewpointClippingPlane[]

Optional array of clipping planes associated with the viewpoint.


components?

optional components: ViewpointComponents

Optional components associated with the viewpoint.


guid

guid: string

Unique identifier for the viewpoint.


index?

optional index: number

Optional index of the viewpoint.


lines?

optional lines: ViewpointLine[]

Optional array of lines associated with the viewpoint.


orthogonal_camera?

optional orthogonal_camera: ViewpointOrthogonalCamera

Optional orthogonal camera settings for the viewpoint.


perspective_camera?

optional perspective_camera: ViewpointPerspectiveCamera

Optional perspective camera settings for the viewpoint.


snapshot?

optional snapshot: ViewpointSnapshot

Optional snapshot image of the viewpoint.


title?

optional title: string

Optional title of the viewpoint.