Click or drag to resize

TriangulatedSensorProjection.MeshVertexPositions Property

Gets the positions of the vertices defining the sensor volume mesh. If the sensor has no projection, this property returns null. 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.3.420.0 (24.3.420.0)
Syntax
public Cartesian[] MeshVertexPositions { get; }

Property Value

Type:Cartesian[]
See Also