constructor Method
Directly construct a PolylineParams. The PolylineParams takes ownership of all input data.
PolylineParams(vertices: , polyline: , weight: number, linePixels: LinePixels, isPlanar: boolean, type: PolylineTypeFlags = PolylineTypeFlags.Normal): PolylineParams
| Parameter | Type | Description |
|---|---|---|
| vertices | ||
| polyline | ||
| weight | number | |
| linePixels | LinePixels | |
| isPlanar | boolean | |
| type | PolylineTypeFlags |
Returns - PolylineParams
Defined in
Last Updated: 29 September, 2023