Search found 5 matches

by Saturn
Fri Dec 30, 2022 12:05 pm
Forum: Developers corner
Topic: New feature demo: Measurements of selected elements displayed in bottom bar
Replies: 22
Views: 3508

Re: New feature demo: Measurements of selected elements displayed in bottom bar

The Quick Measure workbench works exactly as I envisioned for this feature, although it does take 1 more click than the always-active feature from this post. 1 click is really a minor inconvenience for taking a measurement though. Automatically showing measurements has the downside that is sometimes...
by Saturn
Fri Dec 30, 2022 4:50 am
Forum: Developers corner
Topic: New feature demo: Measurements of selected elements displayed in bottom bar
Replies: 22
Views: 3508

Re: New feature demo: Measurements of selected elements displayed in bottom bar

dan-miel wrote: Thu Dec 29, 2022 5:24 pm (...)This looks very similar to the Quick Measure addon(...)
Thanks for pointing out, I was not aware of that addon. I gave it a try and it is great, it takes the kinds of measurements I wanted to do, and also does a point from plane distance measurement, it's perfect.
by Saturn
Wed Dec 28, 2022 12:16 pm
Forum: Developers corner
Topic: New feature demo: Measurements of selected elements displayed in bottom bar
Replies: 22
Views: 3508

Re: New feature demo: Measurements of selected elements displayed in bottom bar

This probably needs to all go into the Part module rather than Gui That would avoid having to adjust the target_link_libraries statement as well as the target_include_directory in the CMake file. It seems the overall pattern in the codebase is that the code in the Part module is not exclusively use...
by Saturn
Wed Dec 28, 2022 8:45 am
Forum: Developers corner
Topic: New feature demo: Measurements of selected elements displayed in bottom bar
Replies: 22
Views: 3508

New feature demo: Measurements of selected elements displayed in bottom bar

Hello, for making measurements in parts and in assemblies, for example the axial distance between cyclindrial surfaces or the distance between parallel planar surfaces, or parallel edges, I created a modification which displays various measurements in the bottom bar, based on the items currently sel...
by Saturn
Mon May 30, 2022 9:59 am
Forum: Assembly
Topic: Assembly3: Consider enabling SolveSpace flag Group.allowRedundant
Replies: 3
Views: 1416

Assembly3: Consider enabling SolveSpace flag Group.allowRedundant

Assembly3 uses SolveSpace as constraint solver. It does not allow redundant constraints, which sometimes complicates the assembly process. SolveSpace seems to have a flag for allowing redundant constraints. They introduced it a long time ago, this change is also present in the realthunder fork of So...