Click or drag to resize

ExtrudedPolylineTriangulatorCompute Method

Overload List
  NameDescription
Public methodStatic memberCompute(CentralBody, IEnumerableCartesian, IEnumerableCartesian)
Public methodStatic memberCompute(CentralBody, IEnumerableCartesian, IEnumerableCartesian, WindingOrder)
Computes an extrusion between bottomPositions and topPositions on the specified centralBody.
Public methodStatic memberCompute(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.
Public methodStatic memberCompute(CentralBody, IEnumerableCartesian, Double, Double, WindingOrder)
Computes an extrusion of positions on the specified centralBody with a constant bottomAltitude and topAltitude.
Top
See Also