Type alias CustomSurfacePolygonSetEntityCommandParameter

CustomSurfacePolygonSetEntityCommandParameter: CustomEntityCommandParameter & Omit<CustomSurfacePolygonSetParameter, "geo"> & {
    geo: PolygonSet;
}

產生自畫表面多邊形圖素指令參數。

Type declaration

Generated using TypeDoc