@twinfinity/core
    Preparing search index...

    Interface IfcDiagnosticNodeData

    interface IfcDiagnosticNodeData {
        gid?: string;
        id: string;
        ifcType: string;
        [property: string]: any;
    }

    Indexable

    • [property: string]: any
    Index

    Properties

    Properties

    gid?: string

    The globally unique identifier of the entity in the IFC file.

    id: string

    The local identifier of the entity in the IFC file.

    ifcType: string