5 ms·
You can also use VarSet[0], which I think is easier than spreadsheet since you don't have to switch the workbench. [0]: https://wiki.freecad.org/Std_VarSet htt
by acrophobic 6mo ago
You can also use VarSet[0], which I think is easier than spreadsheet since you don't have to switch the workbench.
[0]: https://wiki.freecad.org/Std_VarSet https://wiki.freecad.org/Std_VarSet
- 2muchcoffeeman 6mo agoDid not know about this. How do you see all the properties?
- hn92726819 6mo agoJust click the varset in the tree view and it lists them in the properties pane
- MegaDeKay 6mo agoThe downside of spreadsheets is they can really slow your model down. Every cell change triggers a full recompute of the 3D model. VarSets offer much faster performance while sacrificing a couple spreadsheet features. So always choose VarSets over spreadsheets if you can.
- regularfry 6mo agoOn the one hand it's clearly suboptimal for any change, even ones that nothing depends on, to trigger a recompute. But also it feels like there's something a bit broken with spreadsheet dependency resolution in the first place. I've never been able to nail down a test case, but models seem to go over a performance cliff at a certain point. Ordinarily I'd put it down to something being unavoidably quadratic, but I've had cases where I'm certain that the same model is radically slower after being reloaded off disk.