logoalt Hacker News

Lukas_Skywalkeryesterday at 9:49 PM3 repliesview on HN

The only issue I have with the Spreadsheet is that I need to add an alias for every value I want to use in the Sketch or Part Design workbench. In practice, this usually looks like

    A       B
    width   2mm
    length  3mm
and for every cell in B I add an alias with the same value as in column A. Is there a way around that?

Replies

aibyesterday at 11:14 PM

VarSets[0] introduced recently in 1.0 and mentioned in a grand-aunt comment are a good alternative to spreadsheets used this way.

[0]: https://wiki.freecad.org/Std_VarSet

_whiteCaps_yesterday at 9:57 PM

https://wiki.freecad.org/Macro_EasyAlias

EasyAlias macro maybe?

show 1 reply
jjkaczoryesterday at 9:57 PM

Hmmm - I seem to recall there was at least 1-2 scripts or macros available to help with aliasing.