Search found 8374 matches

by Roy_043
Mon Apr 15, 2024 7:59 pm
Forum: Draft, Arch & BIM
Topic: Beam does not always span the two given points when using keyboard input
Replies: 8
Views: 1051

Re: Beam does not always span the two given points when using keyboard input

What I notice now is that if I select the empty Category and Preset and repeat the test, I get a beam from 0,0,0 to 2000,0,0. That happens without the fix as well. To fix that problem you would have to change the definition of the Structure object, and also of the prefab category of objects. Which ...
by Roy_043
Mon Apr 15, 2024 4:15 pm
Forum: Draft, Arch & BIM
Topic: Draft mis-click freezes computer
Replies: 1
Views: 144

Re: Draft mis-click freezes computer

This problem has already been fixed in V0.22.
by Roy_043
Mon Apr 15, 2024 7:02 am
Forum: Wiki
Topic: Template:"WB Name" Tools navi ... & related
Replies: 62
Views: 40367

Re: Template:"WB Name" Tools navi ... & related

The link in the Docnav template can be translated automatically with {{#translation:}}. But not the word "Index". There used to be more words in the template ("Previous" and "Next") but these were removed a year ago.
by Roy_043
Sun Apr 14, 2024 4:36 pm
Forum: Help on using FreeCAD
Topic: How to manage part variants effectively?
Replies: 6
Views: 386

Re: How to manage part variants effectively?

To get access to the Support property you first have to uncheck "ReadOnly" (right-click the property name). After that you can specify an expression (right-click the property name again).
by Roy_043
Sun Apr 14, 2024 4:24 pm
Forum: Help on using FreeCAD
Topic: How to manage part variants effectively?
Replies: 6
Views: 386

Re: How to manage part variants effectively?

Of course you can also build your PD Body from multiple revolutions. And in V0.22 a (hidden) Suppressed property has been added to PD features which can also be useful here.
by Roy_043
Sun Apr 14, 2024 4:09 pm
Forum: Help on using FreeCAD
Topic: How to manage part variants effectively?
Replies: 6
Views: 386

Re: How to manage part variants effectively?

You can combine sketches with a PartDesign_SubShapeBinder. Expressions can be used to change the Support property of the binder.
In the attached example changing the EdgeDetail cell in the spreadsheet (1, 2 or 3) will change the PD revolution.
by Roy_043
Sun Apr 14, 2024 3:27 pm
Forum: Help on using FreeCAD
Topic: Std_TreeSelectAllInstances usage?
Replies: 2
Views: 231

Re: Std_TreeSelectAllInstances usage?

Thanks. On Windows it expands nodes to make the instances visible in the tree, but only selects the first.
by Roy_043
Sun Apr 14, 2024 9:28 am
Forum: Wiki
Topic: Sketcher pages update.
Replies: 3
Views: 248

Re: Sketcher pages update.

Page has been marked. Keep in mind that the page is still a WIP.
by Roy_043
Sun Apr 14, 2024 8:52 am
Forum: Help on using FreeCAD
Topic: Std_TreeSelectAllInstances usage?
Replies: 2
Views: 231

Std_TreeSelectAllInstances usage?

In the Tree view context menu there is a "Select al instances" option which calls Std_TreeSelectAllInstances. From the code I gather that it should select all objects that use the same viewprovider. But, AFAICT, each object has its own viewprovider. How is this command supposed to work?
by Roy_043
Sun Apr 14, 2024 8:48 am
Forum: Help on using FreeCAD
Topic: Std_Expressions usage?
Replies: 1
Views: 215

Std_Expressions usage?

In the context menu of the Tree view there is an "Expression actions" submenu. This allows to copy and paste expressions with Std_Expressions. But I wonder about its practical usage. Expression are copied in this format: ##@@ Height Unnamed#Cylinder001.ExpressionEngine (Cylinder001) ##@@ B...