1
0
Fork 0
freesewing/markdown/dev/reference/api/macros/pd/en.md
Joost De Cock 249f2600e5 chore: More linting
@nicholasdower is smarter than me. What's missing was the
`listItemIndent` setting
2022-02-20 14:44:38 +01:00

1.2 KiB

title
pd

The pd macro adds a path dimension to your pattern, indicating the length of a path.
It is provided by the dimension plugin.

Example of a multiple path dimensions
macro('pd', {
  path: paths.example,
  d: -20
})
Property Default Type Description
path Path The path to draw the dimension along
d 0 Number The offset at which to draw the dimension
text Path length Number The text to go on the dimension if not the length of the path
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: