Click or drag to resize

ExtrudedPolylineTriangulatorComputeSingleConstantAltitude Method (CentralBody, IEnumerableCartesian, Double)

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 ComputeSingleConstantAltitude(CentralBody, IEnumerableCartesian, Double, WindingOrder) with a positionsWindingOrder of Compute.

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static ExtrudedPolylineTriangulatorResult ComputeSingleConstantAltitude(
	CentralBody centralBody,
	IEnumerable<Cartesian> positions,
	double altitude
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body to compute the extrusion on.
positions
Type: System.Collections.GenericIEnumerableCartesian
The polyline positions, in the centralBody's fixed reference frame, that should be extruded.
altitude
Type: SystemDouble
The extrusion's constant altitude, in meters, above the ellipsoid.

Return Value

Type: ExtrudedPolylineTriangulatorResult
A ExtrudedPolylineTriangulatorResult object representing the extrusion, in the centralBody's fixed reference frame.
Remarks
See Also