Login  Register

Calculation support on dimension label

Posted by dxli on Jan 03, 2025; 10:59pm
URL: https://forum.librecad.org/Calculation-support-on-dimension-label-tp5725959.html

Issue https://github.com/LibreCAD/LibreCAD/issues/1953

Implemented in 2.2.2-alpha

Similar to using <> for the dimension measured.

Now, it's supported to do calculations:

<> Inches
{<>*25.4} mm

<> Degrees
{100*cos(<>) mm}

The calculator muparser is used for calculation.