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
Compute Single Constant Altitude with a
positionsWindingOrder
of Compute.[Visual Basic .NET] |
---|
Public Function ComputeSingleConstantAltitude( _
ByVal CentralBody As String, _
ByRef Positions As System.Array, _
ByVal Altitude As Double _
) As IAgStkGraphicsExtrudedPolylineTriangulatorResult
|
[C#] |
---|
public IAgStkGraphicsExtrudedPolylineTriangulatorResult ComputeSingleConstantAltitude(
|
[Managed C++] |
---|
public: IAgStkGraphicsExtrudedPolylineTriangulatorResult^ ComputeSingleConstantAltitude(
|
[Java] |
---|
public IAgStkGraphicsExtrudedPolylineTriangulatorResult computeSingleConstantAltitude(
|
[Unmanaged C++] |
---|
public: HRESULT ComputeSingleConstantAltitude(
|
- CentralBody
- The central body to compute the extrusion on.
- Positions
- An array containing the polyline positions (in the order x, y, z), in the centralBody's fixed reference frame, that should be extruded.
- Altitude
- The extrusion's constant altitude, in meters, above the ellipsoid.
Shows the format of
the Positions parameter when computing using an extruded polyline
triangulator.
[C#] | Copy Code | |
---|---|---|
|
Shows the format of
the Positions parameter when computing using an extruded polyline
triangulator.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|