Search found 8 matches

by tomsaw
Mon Nov 07, 2022 7:08 pm
Forum: Developers corner
Topic: Version Control Support in FreeCAD
Replies: 73
Views: 41486

Re: Version Control Support in FreeCAD

All right then, i'm not familiar with the registry philosophy (using fedora) ;P but can adapt to it.

What's a generic way to find (all) parameter candidates? Throwing some regex onto the sourcecode :? ?
by tomsaw
Mon Nov 07, 2022 11:57 am
Forum: Developers corner
Topic: Version Control Support in FreeCAD
Replies: 73
Views: 41486

Re: Version Control Support in FreeCAD

According to https://github.com/realthunder/FreeCAD/commit/1dfd9b93c9f9a1bfe56e1aa940b118c933b2de1c the defaults for the file layout (Force XML, Prefere Binary, Split XML) can be adjusted in parameter editor path BaseApp/Preferences/Document . But i can't find these parameters in there. Also search...
by tomsaw
Mon Nov 07, 2022 9:17 am
Forum: Developers corner
Topic: Version Control Support in FreeCAD
Replies: 73
Views: 41486

Re: Version Control Support in FreeCAD

According to https://github.com/realthunder/FreeCAD/commit/1dfd9b93c9f9a1bfe56e1aa940b118c933b2de1c the defaults for the file layout (Force XML, Prefere Binary, Split XML) can be adjusted in parameter editor path BaseApp/Preferences/Document . But i can't find these parameters in there. Also searchi...
by tomsaw
Mon Jan 10, 2022 5:54 pm
Forum: Developers corner
Topic: Sketcher: Switch line side for angle constraint
Replies: 4
Views: 1254

Re: Sketcher: Switch line side for angle constraint

Is there a solution so far???
by tomsaw
Thu Jun 24, 2021 7:11 am
Forum: Help on using FreeCAD
Topic: Concat strings in expressions
Replies: 8
Views: 1718

Re: Concat strings in expressions

LeesburgDragon wrote: Thu Feb 18, 2021 8:08 pm In case you haven't figured it out already, this seems to work for the Description/Label2 field in version 0.19 (specifically, 0.19.23756 (Git)):

Code: Select all

<<Placement Angle: %s°>> % (.Placement.Rotation.Angle / 1deg)
Oh Wow! No didn't. Thanks LeesburgDragon :P
by tomsaw
Sat Feb 29, 2020 6:11 pm
Forum: Help on using FreeCAD
Topic: Concat strings in expressions
Replies: 8
Views: 1718

Re: Concat strings in expressions

Thanks @dcapeletti thats what i want and will be observed.
---
@Hannu

Code: Select all

"Angle: " + .Placement.Rotation.Angle
has been entered as expression into a Property::AppString-field like described in the beginning of my post.
by tomsaw
Sat Feb 29, 2020 10:52 am
Forum: Help on using FreeCAD
Topic: Concat strings in expressions
Replies: 8
Views: 1718

Concat strings in expressions

Hi there, I'm using the Label2 -property to present important properties of the object in the object-tree. It's of type Property::AppString and one can derive it's value by an expression. F.e. Pasting .Placement.Rotation.Angle as expression results in the string " 0.00° " when the objects ...
by tomsaw
Mon Jun 03, 2019 7:39 am
Forum: Users Showcase
Topic: Simulated Weld
Replies: 33
Views: 17794

Re: Simulated Weld

Hi! I would use https://www.freecadweb.org/wiki/Sandbox:Lattice2 to generate the arrays! The Lattice-array is smart enoughto adjust itself according to the length of your weldment-edge: 1. Install and switch to Lattice2 workbench 2. Select the weldment-edge in 3d-area 3. Create a Lattice2-array by c...