Click or drag to resize

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

Property Value

Type:Int32[]
See Also