Interface IGeometryEntityAttribute

    Geometry

    interface IGeometryEntityAttribute {
        array: number[];
        itemSize: number;
    }

    Properties

    Properties

    array: number[]
    itemSize: number

    Generated using TypeDoc and TypeDoc Airthium Plugin