TriangulatedSensorProjectionMeshOutlineIndices Property |
Gets the vertex indices defining the outline lines of the mesh. Each pair of indices defines
one line segment. The returned array will always have at least two elements. If the sensor
has no outline, the two indices will be both be zero.
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[] MeshOutlineIndices { get; }
Public ReadOnly Property MeshOutlineIndices As Integer()
Get
public:
property array<int>^ MeshOutlineIndices {
array<int>^ get ();
}
member MeshOutlineIndices : int[] with get
Property Value
Type:
Int32See Also