ExtrudedPolylineTriangulator.Compute Method (CentralBody, IEnumerable<Cartesian>, IEnumerable<Cartesian>) |
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic 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.Celestial.CentralBody
The central body to compute the extrusion on. - bottomPositions
- Type: System.Collections.Generic.IEnumerable<Cartesian>
The bottom positions, in the centralBody's fixed reference frame. - topPositions
- Type: System.Collections.Generic.IEnumerable<Cartesian>
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