Click or drag to resize

ExtrudedPolylineTriangulator.Compute Method

Overload List
  NameDescription
Public methodStatic memberCompute(CentralBody, IEnumerable<Cartesian>, IEnumerable<Cartesian>)
Public methodStatic memberCompute(CentralBody, IEnumerable<Cartesian>, IEnumerable<Cartesian>, WindingOrder)
Computes an extrusion between bottomPositions and topPositions on the specified centralBody.
Public methodStatic memberCompute(CentralBody, IEnumerable<Cartesian>, Double, Double)
Computes an extrusion of positions on the specified centralBody with a constant bottomAltitude and topAltitude. This is equivalent to calling Compute(CentralBody, IEnumerable<Cartesian> , Double, Double, WindingOrder) with a positionsWindingOrder of Compute.
Public methodStatic memberCompute(CentralBody, IEnumerable<Cartesian>, Double, Double, WindingOrder)
Computes an extrusion of positions on the specified centralBody with a constant bottomAltitude and topAltitude.
Top
See Also