Search found 8387 matches

by Roy_043
Sun Apr 14, 2024 9:28 am
Forum: Wiki
Topic: Sketcher pages update.
Replies: 3
Views: 274

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: 246

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: 224

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...
by Roy_043
Sun Apr 14, 2024 7:56 am
Forum: Open discussion
Topic: Merging Fasteners and Gears in Part wb?
Replies: 28
Views: 2362

Re: Merging Fasteners and Gears in Part wb?

I am not a mech person, but how would that work if a specific fastener that is not available in the current 'library' already exists in the file?
by Roy_043
Sat Apr 13, 2024 8:23 am
Forum: Python scripting and macros
Topic: Fusing results in an infinitely negative bounding box
Replies: 5
Views: 528

Re: Fusing results in an infinitely negative bounding box

onekk wrote: Fri Apr 12, 2024 5:13 am but they must intersect between them, so if you fuse two wheels and they not intersect fusion is not done.
This is not correct. Disconnected solids can also be fused.
by Roy_043
Sat Apr 13, 2024 8:18 am
Forum: Python scripting and macros
Topic: Fusing results in an infinitely negative bounding box
Replies: 5
Views: 528

Re: Fusing results in an infinitely negative bounding box

The BoundBox is 'infinite' (with both positive and negative coords). It just means that the shape is empty. The problem may be due to the B-splines used to create the faces, and there may also be a co-planar issue. If you enlarge the horizontal panel of the shell (I have made it an inch thicker and ...
by Roy_043
Fri Apr 12, 2024 8:01 pm
Forum: Help on using FreeCAD
Topic: Sketcher dimensions: changing the precision shown (sig figs)
Replies: 3
Views: 316

Re: Sketcher dimensions: changing the precision shown (sig figs)

Thanks for explaining, I did not consider that. The situation is still as described in the issue and the related forum topic: "sig figs" = 6 (hard coded).
by Roy_043
Fri Apr 12, 2024 6:51 pm
Forum: Help on using FreeCAD
Topic: Can we access object placement in one bunch from a spreadsheet and vice versa?
Replies: 10
Views: 693

Re: Can we access object placement in one bunch from a spreadsheet and vice versa?

wjr wrote: Fri Apr 12, 2024 9:53 am And the other way round?
when I hit the ellipsis "..." beneath placement in the object view, the placement window pops up.
Right-click in the Placement field and select "Expression...".
by Roy_043
Fri Apr 12, 2024 1:17 pm
Forum: Help on using FreeCAD
Topic: Sketcher dimensions: changing the precision shown (sig figs)
Replies: 3
Views: 316

Re: Sketcher dimensions: changing the precision shown (sig figs)

Why do you enter or confirm these values if you don't want them?