Click or drag to resize

TriangulatedSensorProjectionMeshVertexIndices Property

Gets the vertex indices defining the triangles of the sensor mesh. Each set of three indices defines one triangle with counter-clockwise winding order. 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 int[] MeshVertexIndices { get; }

Property Value

Type: Int32
See Also