Type alias ClipPolygonInfo

ClipPolygonInfo: {
    endHeight: number[];
    mode: CLIP_MODE[];
    polygon: GeoPolygon[];
    startHeight: number[];
}

裁切多邊形資訊。

Type declaration

  • endHeight: number[]

    結束高。

  • mode: CLIP_MODE[]

    模式。

  • polygon: GeoPolygon[]

    多邊形。

  • startHeight: number[]

    起始高。

Generated using TypeDoc