Triangulates a polyline into an extrusion
with bottom and top boundaries.
Compute | Computes an extrusion
between bottomPositions and topPositions on the specified
centralBody. This is equivalent to calling
Compute with a positionsWindingOrder of Compute. |
ComputeCartographic | For convenience. Computes an extrusion between bottomPositions and topPositions on the specified centralBody using Cartographic positions. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting each position in bottomPositions and topPositions to Cartesian and calling Compute |
ComputeCartographicWithAltitudes | For convenience. Computes an extrusion of positions on the specified centralBody with a constant bottomAltitude and topAltitude using Cartographic positions. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting each position in positions to Cartesian and calling Compute |
ComputeCartographicWithAltitudesAndWindingOrder | For convenience. Computes an extrusion of positions on the specified centralBody with a constant bottomAltitude and topAltitude using Cartographic positions. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting each position in positions to Cartesian and calling Compute |
ComputeCartographicWithWindingOrder | For convenience. Computes an extrusion between bottomPositions and topPositions on the specified centralBody using Cartographic positions. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting each position in bottomPositions and topPositions to Cartesian and calling Compute |
ComputeSingleConstantAltitude | Computes an extrusion of
positions on the specified centralBody. One side of the extrusion
has a constant altitude and the other has the original altitudes
from positions. This is equivalent to calling
Compute Single Constant Altitude with a
positionsWindingOrder of Compute. |
ComputeSingleConstantAltitudeCartographic | For convenience. Computes an extrusion of positions on the specified centralBody using Cartographic positions. One side of the extrusion has a constant altitude and the other has the original altitudes from positions. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting each position in positions to Cartesian and calling Compute Single Constant Altitude |
ComputeSingleConstantAltitudeCartographicWithWindingOrder | For convenience. Computes an extrusion of positions on the specified centralBody using Cartographic positions. One side of the extrusion has a constant altitude and the other has the original altitudes from positions. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting each position in positions to Cartesian and calling Compute Single Constant Altitude |
ComputeSingleConstantAltitudeWithWindingOrder | Computes an extrusion of positions on the specified centralBody. One side of the extrusion has a constant altitude and the other has the original altitudes from positions. |
ComputeWithAltitudes | Computes an extrusion of
positions on the specified centralBody with a constant
bottomAltitude and topAltitude. This is equivalent to calling
Compute with a positionsWindingOrder of Compute. |
ComputeWithAltitudesAndWindingOrder | Computes an extrusion of positions on the specified centralBody with a constant bottomAltitude and topAltitude. |
ComputeWithWindingOrder | Computes an extrusion between bottomPositions and topPositions on the specified centralBody. |