1
0
Fork 0
freesewing/markdown/dev/reference/api/macros/vd/en.md
2021-12-27 17:33:49 +01:00

1.3 KiB

title
vd

The vd macro adds a vertical dimension to your pattern.
It is provided by the dimension plugin.

macro('vd', {
  from: points.from,
  to: points.to,
  x: 25
})
Property Default Type Description
from Point The startpoint of the dimension
to Point The endpoint of the dimension
x Number The X-value at which to draw the dimension
text Vertical distance Number The text to go on the dimension if not the from-to vertical distance
id auto-assigned String A custom ID under wich paths and points will be created
noStartMarker false Boolean Whether to not draw a start marker
noEndMarker false Boolean Whether to not draw an end marker

Setting a custom ID will: