Computes an extrusion between bottomPositions and topPositions on the specified centralBody. This is equivalent to calling Compute with a
positionsWindingOrder
of Compute.[Visual Basic .NET] |
---|
Public Function Compute( _ ByVal CentralBody As String, _ ByRef BottomPositions As System.Array, _ ByRef TopPositions As System.Array _ ) As IAgStkGraphicsExtrudedPolylineTriangulatorResult |
[C#] |
---|
public IAgStkGraphicsExtrudedPolylineTriangulatorResult Compute( |
[Managed C++] |
---|
public: IAgStkGraphicsExtrudedPolylineTriangulatorResult^ Compute( |
[Java] |
---|
public IAgStkGraphicsExtrudedPolylineTriangulatorResult compute( |
[Unmanaged C++] |
---|
public: HRESULT Compute( |
- CentralBody
- The central body to compute the extrusion on.
- BottomPositions
- An array containing bottom positions (in the order x, y, z), in the centralBody's fixed reference frame.
- TopPositions
- An array containing top positions (in the order x, y, z), in the centralBody's fixed reference frame.
Shows the format of the BottomPositions and TopPositions parameters when computing using an extruded polyline triangulator.
[C#] | ![]() | |
---|---|---|
|
Shows the format of the BottomPositions and TopPositions parameters when computing using an extruded polyline triangulator.
[Visual Basic .NET] | ![]() | |
---|---|---|
|