Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public int[] MeshOutlineIndices { get; }

Property Value

Type: Int32
See Also