API / geotoolkit3d / shapes / IntersectionCell2D / IntersectionCell2D
shapes.IntersectionCell2D.IntersectionCell2D
Type Aliases
Ƭ Options: Object
cell options
| Name | Type | Description |
|---|---|---|
bounds | Rect | null | cell bounds |
fillstyle? | FillStyle | fillstyle |
index | number | cell index |
linestyle? | LineStyle | linestyle |
polygons | PolyShape[] | cell polygons |
value | number | cell value |
x | number[] | null | cell x-coordinates |
y | number[] | null | cell y-coordinates |
Ƭ PolyShape: Object
polygon shape
| Name | Type | Description |
|---|---|---|
bounds? | Rect | null | calculated shape bounds, for internal use |
x | number[] | x-coordinates |
y | number[] | y-coordinates |