Click or drag to resize

TriangulatedSensorProjection.TriangulateSurfaceRegions 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.3.420.0 (24.3.420.0)
Syntax
public Collection<SurfaceTriangulatorResult> TriangulateSurfaceRegions()

Return Value

Type: Collection<SurfaceTriangulatorResult>
See Also