Click or drag to resize

SurfaceExtentTriangulator Class

Triangulates an extent on a central body into a triangle mesh and a surrounding boundary. The mesh is commonly visualized with the TriangleMeshPrimitive or SurfaceMeshPrimitive. The boundary is commonly visualized with the PolylinePrimitive.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Geometry.DiscreteSurfaceExtentTriangulator

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static class SurfaceExtentTriangulator
Methods
  NameDescription
Public methodStatic memberCompute(CentralBody, CartographicExtent)
Computes a triangulation on the specified centralBody for the specified extent. This is equivalent to calling Compute(CentralBody, CartographicExtent, Double, Double) with an altitude of 0 and a granularity of 1 degree.
Public methodStatic memberCompute(CentralBody, CartographicExtent, Double, Double)
Computes a triangulation on the specified centralBody for the specified extent.
Top
See Also