Computes an extrusion of positions on the
specified centralBody with a constant bottomAltitude and
topAltitude. This is equivalent to calling
Compute with a
positionsWindingOrder
of Compute.[Visual Basic .NET] |
---|
Public Function ComputeWithAltitudes( _
ByVal CentralBody As String, _
ByRef Positions As System.Array, _
ByVal BottomAltitude As Double, _
ByVal TopAltitude As Double _
) As IAgStkGraphicsExtrudedPolylineTriangulatorResult
|
[C#] |
---|
public IAgStkGraphicsExtrudedPolylineTriangulatorResult ComputeWithAltitudes(
|
[Managed C++] |
---|
public: IAgStkGraphicsExtrudedPolylineTriangulatorResult^ ComputeWithAltitudes(
|
[Java] |
---|
public IAgStkGraphicsExtrudedPolylineTriangulatorResult computeWithAltitudes(
|
[Unmanaged C++] |
---|
public: HRESULT ComputeWithAltitudes(
|
- 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.
- BottomAltitude
- The extrusion's bottom altitude, in meters, above the ellipsoid.
- TopAltitude
- The extrusion's top altitude, in meters, above the ellipsoid.
Shows the format of
the Positions parameter when computing using an extruded polyline
triangulator with altitudes.
[C#] | Copy Code | |
---|---|---|
|
Shows the format of
the Positions parameter when computing using an extruded polyline
triangulator with altitudes.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|