AGI STK Graphics 11 Send comments on this topic.
IAgStkGraphicsExtrudedPolylineTriangulatorInitializer Interface

Description

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

Object Model













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. Longitude and latitude are in radians, and altitude is in meters. 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. Longitude and latitude are in radians, and altitude is in meters. 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. Longitude and latitude are in radians, and altitude is in meters. 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. Longitude and latitude are in radians, and altitude is in meters. 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. Longitude and latitude are in radians, and altitude is in meters. 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. Longitude and latitude are in radians, and altitude is in meters. 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.