Type alias CustomTriangleSetEntityCommandParameter

CustomTriangleSetEntityCommandParameter: CustomEntityCommandParameter & Omit<CustomTriangleSetParameter, "geo" | "triangleTp"> & {
    geo: [GeoJSON.Point, GeoJSON.Point, GeoJSON.Point][] | PolygonSet;
    triangleTp?: [GeoJSON.Point, GeoJSON.Point, GeoJSON.Point][] | PolygonSet;
}

產生自畫三角網格圖素指令參數。

Type declaration

Generated using TypeDoc