ExtrudedPolylineTriangulatorCompute Method (CentralBody, IEnumerableCartesian, Double, Double) |
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static ExtrudedPolylineTriangulatorResult Compute(
CentralBody centralBody,
IEnumerable<Cartesian> positions,
double bottomAltitude,
double topAltitude
)
Public Shared Function Compute (
centralBody As CentralBody,
positions As IEnumerable(Of Cartesian),
bottomAltitude As Double,
topAltitude As Double
) As ExtrudedPolylineTriangulatorResult
public:
static ExtrudedPolylineTriangulatorResult^ Compute(
CentralBody^ centralBody,
IEnumerable<Cartesian>^ positions,
double bottomAltitude,
double topAltitude
)
static member Compute :
centralBody : CentralBody *
positions : IEnumerable<Cartesian> *
bottomAltitude : float *
topAltitude : float -> ExtrudedPolylineTriangulatorResult
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. - bottomAltitude
- Type: SystemDouble
The extrusion's bottom altitude, in meters, above the ellipsoid. - topAltitude
- Type: SystemDouble
The extrusion's top altitude, in meters, above the ellipsoid.
Return Value
Type:
ExtrudedPolylineTriangulatorResultA
ExtrudedPolylineTriangulatorResult object representing the extrusion, in the
centralBody's fixed reference frame.
Remarks See Also