Interface BCFViewpoint

Represents a BIM Collaboration Format (BCF) viewpoint.

A BCF viewpoint is a snapshot of a specific issue related to a building project, containing information such as the problem description, location, and proposed solutions. It is used to facilitate communication and collaboration among project stakeholders in BIM workflows.

See @xeokit/sdk/bcf for usage.

Properties

bitmaps?: BCFBitmap[]

BCF bitmaps.

clipping_planes?: BCFClippingPlane[]

BCF clipping planes.

components?: BCFComponents

BCF components.

lines?: BCFLine[]

BCF line segments.

orthogonal_camera?: BCFOrthogonalCamera

BCF orthogonal camera.

perspective_camera?: BCFPerspectiveCamera

BCF perspective camera.

snapshot?: BCFSnapshot

BCF snapshot.