Geometry

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

Properties

Properties

array: number[]
itemSize: number