Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Hierarchy

Index

Properties

color?: ColorRGBA

The markup color if any.

The ending point of the markup.

id?: number

The optional unique markup identifier.

mainLineEnd: MarkupPick
mainLineStart: MarkupPick
start: MarkupPick

The start point of the markup.