Click or drag to resize

TriangulatedSensorProjectionMeshVertexPositions Property

Gets the positions of the vertices defining the sensor volume mesh. If the sensor has no projection, this property returns . When UpdateFromNewProjection(CentralBody, Cartesian, SensorProjection, Int32) is called, the content of this array may be modified, or a new array may be created.

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[] MeshVertexPositions { get; }

Property Value

Type: Cartesian
See Also