Click or drag to resize

TriangulatedSensorProjectionComputeSurfaceBoundaryLines Method

Gets the boundary lines of 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). Each pair of positions in the returned array defines a line segment on the surface. The line segments are not necessarily all connected. If there are no intersections with the central body, this method returns an empty array. When UpdateFromNewProjection(CentralBody, Cartesian, SensorProjection, Int32) is called, the content of the returned array may be modified.

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 Cartesian[] ComputeSurfaceBoundaryLines()

Return Value

Type: Cartesian
The boundary lines.
See Also