ExtrudedPolylineTriangulatorCompute Method (CentralBody, IEnumerableCartesian, IEnumerableCartesian) |
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> bottomPositions,
IEnumerable<Cartesian> topPositions
)
Public Shared Function Compute (
centralBody As CentralBody,
bottomPositions As IEnumerable(Of Cartesian),
topPositions As IEnumerable(Of Cartesian)
) As ExtrudedPolylineTriangulatorResult
public:
static ExtrudedPolylineTriangulatorResult^ Compute(
CentralBody^ centralBody,
IEnumerable<Cartesian>^ bottomPositions,
IEnumerable<Cartesian>^ topPositions
)
static member Compute :
centralBody : CentralBody *
bottomPositions : IEnumerable<Cartesian> *
topPositions : IEnumerable<Cartesian> -> ExtrudedPolylineTriangulatorResult
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body to compute the extrusion on. - bottomPositions
- Type: System.Collections.GenericIEnumerableCartesian
The bottom positions, in the centralBody's fixed reference frame. - topPositions
- Type: System.Collections.GenericIEnumerableCartesian
The top positions, in the centralBody's fixed reference frame.
Return Value
Type:
ExtrudedPolylineTriangulatorResultA
ExtrudedPolylineTriangulatorResult object representing the extrusion, in the
centralBody's fixed reference frame.
Remarks See Also