Click or drag to resize

MLineVertexDistances Property

Gets the multiline vertex distances lists.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public List<double>[] Distances { get; }

Property Value

Type: ListDouble
Remarks

There is a list for every MLineStyle element, and every list contains an array of real values that parameterize the start and end point of every element of the style.

The first value (index 0) represents the distance from the segment vertex along the miter vector to the point where the line element's path intersects the miter vector.
The second value (index 1) is the distance along the line element's direction from the point, defined by the first value, to the actual start of the line element.
The successive values list the start and stop points of the line element breaks or cuts in this segment of the multiline.

See Also