Interface IGeometryPart

    interface IGeometryPart {
        buffer: Buffer;
        extra?: {
            fields?: {
                name: string;
                unit?: any;
                units?: IUnit[];
            }[];
            glb?: string;
            id?: string;
            name?: string;
        };
        summary: TGeometrySummary;
    }

    Properties

    Properties

    buffer: Buffer
    extra?: {
        fields?: {
            name: string;
            unit?: any;
            units?: IUnit[];
        }[];
        glb?: string;
        id?: string;
        name?: string;
    }

    Generated using TypeDoc and TypeDoc Airthium Plugin