Touched Objects Recompute Automatically before Saving ?

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
paullee
Veteran
Posts: 5118
Joined: Wed May 04, 2016 3:58 pm

Touched Objects Recompute Automatically before Saving ?

Post by paullee »

A quick question to understand how FC works :)

As subject, if objects are touched and not recomputed yet (e.g. Skip recomputes checked), would FC recompute all these objects, and recursively to those subsequently touched, if user press Save, before saving ?


Thanks !
chrisb
Veteran
Posts: 54168
Joined: Tue Mar 17, 2015 9:14 am

Re: Touched Objects Recompute Automatically before Saving ?

Post by chrisb »

No. You can check this e.g. by marking the whole model to be recomputed and save or by saving while editing a sketch.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
paullee
Veteran
Posts: 5118
Joined: Wed May 04, 2016 3:58 pm

Re: Touched Objects Recompute Automatically before Saving ?

Post by paullee »

Thanks for telling, good to understand that :)
Post Reply