Interface BCFComponent

A BCF component.

interface BCFComponent {
    authoring_tool_id?: string;
    ifc_guid: string;
    originating_system?: string;
}

Properties

authoring_tool_id?: string

Internal ID for the authoring tool of the BCF component.

ifc_guid: string

IFC guid of the component.

originating_system?: string

Originating system of the BCF component.