Click or drag to resize

TriangulatedSensorProjectionTriangulateSurfaceRegions Method

Triangulates the portions of the sensor that intersected with the surface of the central body as of the last call to UpdateFromNewProjection(CentralBody, Cartesian, SensorProjection, Int32) and returns a SurfaceTriangulatorResult for each distinct region. If the sensor has no projection, this property returns an empty collection.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Collection<SurfaceTriangulatorResult> TriangulateSurfaceRegions()

Return Value

Type: CollectionSurfaceTriangulatorResult
See Also