Search found 8408 matches

by Roy_043
Mon Apr 22, 2024 3:59 pm
Forum: Open discussion
Topic: Backport AttachmentSupport to 0.21?
Replies: 7
Views: 385

Re: Backport AttachmentSupport to 0.21?

wmayer wrote: Mon Apr 22, 2024 3:13 pm handleChangedPropertyName and handleChangedPropertyType that are overridden for all feature classes where a property type or name has changed
Are these available in the Python API? A quick search shows that in src/mod there is no *.py file that calls these methods.
by Roy_043
Mon Apr 22, 2024 11:10 am
Forum: Open discussion
Topic: Backport AttachmentSupport to 0.21?
Replies: 7
Views: 385

Re: Backport AttachmentSupport to 0.21?

That is far from trivial. Each WB now does its own thing when converting objects and properties to a newer version. Saving to a previous version would require a level of coordination that is currently missing.
by Roy_043
Mon Apr 22, 2024 7:10 am
Forum: Help on using FreeCAD
Topic: How to model a complicated 3D surface?
Replies: 9
Views: 475

Re: How to model a complicated 3D surface?

chrisb wrote: Sun Apr 21, 2024 9:46 pm It should work. What exactly did you do?
Must have made a mistake yesterday.
by Roy_043
Sun Apr 21, 2024 9:19 pm
Forum: Help on using FreeCAD
Topic: How to model a complicated 3D surface?
Replies: 9
Views: 475

Re: How to model a complicated 3D surface?

BTW: I tried to create half the model, but I could not apply a PD mirror pattern to the filleted shape. Is that a known issue perhaps?
by Roy_043
Sun Apr 21, 2024 9:15 pm
Forum: Help on using FreeCAD
Topic: Cant get my FreeCAD design to print on Xmax3 with Orca slicer PLEASE HELP
Replies: 9
Views: 302

Re: Cant get my FreeCAD design to print on Xmax3 with Orca slicer PLEASE HELP

Welcome. Please attach your FCStd file and your STL file for inspection.
by Roy_043
Sun Apr 21, 2024 9:09 pm
Forum: Help on using FreeCAD
Topic: How to model a complicated 3D surface?
Replies: 9
Views: 475

Re: How to model a complicated 3D surface?

Maybe like this:
by Roy_043
Sun Apr 21, 2024 8:24 pm
Forum: Python scripting and macros
Topic: merge faces (again)
Replies: 11
Views: 3650

Re: merge faces (again)

Gottschi Some of the faces in your model are B-spline surfaces. There is also an issue with flipped normals. And even if adjoining faces are flat and seem to have parallel normals there are in fact small deviations. We don't know how this shape was created, but something must have gone seriously wr...
by Roy_043
Sun Apr 21, 2024 3:53 pm
Forum: Help on using FreeCAD
Topic: Basic understanding for constraints and symmetry
Replies: 14
Views: 561

Re: Basic understanding for constraints and symmetry

wildCAD wrote: Sun Apr 21, 2024 3:50 pm FreeCAD does not have a colinear constraint
Actually it does: Sketcher_ConstrainTangent.
by Roy_043
Sun Apr 21, 2024 1:32 pm
Forum: Help on using FreeCAD
Topic: Sheet metal extend to create angled edge for slope-faced cabinet
Replies: 5
Views: 296

Re: Sheet metal extend to create angled edge for slope-faced cabinet

For a wall that is not rectangular you can create a shorter wall with the SM WB and then add a Pad. You should never create walls or flanges that intersect as that will make the model not unfoldable.