Data structure representing a perpendicular measurement markup.
The measured distance is between points defined by
mainLineStart and mainLineEnd.
The start and 'end' picks represent snapping points. Depending on the
measurement axis, the coordinates of mainLineStart either equal to the coordinates of start pick, or
the coordinates of mainLineEnd equal to the coordinates of end pick.
Data structure representing a perpendicular measurement markup. The measured distance is between points defined by
mainLineStart
andmainLineEnd
.The
start
and 'end' picks represent snapping points. Depending on the measurement axis, the coordinates ofmainLineStart
either equal to the coordinates ofstart
pick, or the coordinates ofmainLineEnd
equal to the coordinates ofend
pick.