ExtrudedPolylineTriangulatorCompute Method | 
| Name | Description | |
|---|---|---|
| Compute(CentralBody, IEnumerableCartesian, IEnumerableCartesian) | 
Computes an extrusion between bottomPositions and topPositions
on the specified  centralBody.
This is equivalent to calling
Compute(CentralBody, IEnumerableCartesian, IEnumerableCartesian, WindingOrder)
with a positionsWindingOrder of Compute.
  | |
| Compute(CentralBody, IEnumerableCartesian, IEnumerableCartesian, WindingOrder) | 
Computes an extrusion between bottomPositions and topPositions
on the specified  centralBody.
  | |
| Compute(CentralBody, IEnumerableCartesian, Double, Double) | 
Computes an extrusion of positions on the specified
centralBody with a constant bottomAltitude
and topAltitude.
This is equivalent to calling
Compute(CentralBody, IEnumerableCartesian, Double, Double, WindingOrder)
with a positionsWindingOrder of Compute.
  | |
| Compute(CentralBody, IEnumerableCartesian, Double, Double, WindingOrder) | 
Computes an extrusion of positions on the specified
centralBody with a constant bottomAltitude
and topAltitude.
  |