Interface GlLineItemData

interface GlLineItemData {
    color?: ColorRepresentation | ColorRepresentation[];
    coordinates: [number, number, number][];
    id?: string;
    showVertex?: boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

自定义数据

Properties

color?: ColorRepresentation | ColorRepresentation[]

颜色

coordinates: [number, number, number][]

坐标

id?: string

id

showVertex?: boolean

是否显示顶点