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.2.419.0 (24.2.419.0)
Syntax public int[] MeshVertexIndices { get; }
Public ReadOnly Property MeshVertexIndices As Integer()
Get
public:
property array<int>^ MeshVertexIndices {
array<int>^ get ();
}
member MeshVertexIndices : int[] with get
Property Value
Type:
Int32See Also