positions
Gets or sets the positions of the polyline.
polyline.positions = Cartesian3.fromDegreesArray([
0.0, 0.0,
10.0, 0.0,
0.0, 20.0
]);
Content copied to clipboard
Gets or sets the positions of the polyline.
polyline.positions = Cartesian3.fromDegreesArray([
0.0, 0.0,
10.0, 0.0,
0.0, 20.0
]);