API / geotoolkit / scene / shapes / StripArc / StripArc
Type Aliases
Type Aliases
Ƭ Data: Object
| Name | Type | Description |
|---|---|---|
endarc? | number | end arc |
height? | number | height of the arc when drawn with a "depth" |
innerradius? | number | innerRadius |
outerradius? | number | outerRadius |
startarc? | number | start arc |
x? | number | x coordinate of the center |
y? | number | y coordinate of the center |
Ƭ Options: Options & Data & { bounds?: Rect }
x coordinate of the center OR options to specify ellipse
Ƭ OptionsOut: OptionsOut & Data & { bounds?: Rect }
the properties to set