STK Graphics PrimitivesSend comments on this topic.
IAgStkGraphicsExtrudedPolylineTriangulatorInitializer Interface

Description

Triangulates a polyline into an extrusion with bottom and top boundaries.

Public Methods

Public Method ComputeComputes an extrusion between bottomPositions and topPositions on the specified centralBody. This is equivalent to calling Compute with a positionsWindingOrder of Compute.
Public Method ComputeCartographicFor convenience. Computes an extrusion between bottomPositions and topPositions on the specified centralBody using Cartographic positions. This is equivalent to converting each position in bottomPositions and topPositions to Cartesian and calling Compute.
Public Method ComputeCartographicWithAltitudesFor convenience. Computes an extrusion of positions on the specified centralBody with a constant bottomAltitude and topAltitude using Cartographic positions. This is equivalent to converting each position in positions to Cartesian and calling Compute.
Public Method ComputeCartographicWithAltitudesAndWindingOrderFor convenience. Computes an extrusion of positions on the specified centralBody with a constant bottomAltitude and topAltitude using Cartographic positions. This is equivalent to converting each position in positions to Cartesian and calling Compute.
Public Method ComputeCartographicWithWindingOrderFor convenience. Computes an extrusion between bottomPositions and topPositions on the specified centralBody using Cartographic positions. This is equivalent to converting each position in bottomPositions and topPositions to Cartesian and calling Compute.
Public Method ComputeSingleConstantAltitudeComputes 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.
Public Method ComputeSingleConstantAltitudeCartographicFor convenience. Computes an extrusion of positions on the specified centralBody using Cartographic positions. One side of the extrusion has a constant altitude and the other has the original altitudes from positions. This is equivalent to converting each position in positions to Cartesian and calling Compute Single Constant Altitude.
Public Method ComputeSingleConstantAltitudeCartographicWithWindingOrderFor convenience. Computes an extrusion of positions on the specified centralBody using Cartographic positions. One side of the extrusion has a constant altitude and the other has the original altitudes from positions. This is equivalent to converting each position in positions to Cartesian and calling Compute Single Constant Altitude.
Public Method ComputeSingleConstantAltitudeWithWindingOrderComputes 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.
Public Method ComputeWithAltitudesComputes 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.
Public Method ComputeWithAltitudesAndWindingOrderComputes an extrusion of positions on the specified centralBody with a constant bottomAltitude and topAltitude.
Public Method ComputeWithWindingOrderComputes an extrusion between bottomPositions and topPositions on the specified centralBody.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.