vd

The vd macro adds a vertical dimension to your pattern.

It is provided by plugin-annotations, which is part of core-plugins (so it is available by default).

Signature

Javascript
macro('vd', {
  String id = 'vd',
  Point from,
  Boolean noEndMarker,
  Boolean noStartMarker,
  String text,
  Point to,
  Number x,
  Boolean force = false,
})

Example

4cm

Configuration

PropertyDefaultTypeDescription
fromPointThe startpoint of the dimension
toPointThe endpoint of the dimension
xNumberThe X-value at which to draw the dimension
textVertical distanceNumberThe text to go on the dimension if not the from-to vertical distance
idvdstringThe ID of this macro instance
noStartMarkerfalseBooleanWhether to not draw a start marker
noEndMarkerfalseBooleanWhether to not draw an end marker
forcefalsebooleanSet this to true to display the macro output even when paperless is false

Notes

This macro takes the paperless setting into account and won’t output anything when both paperless and force are false.