Search found 100 matches

by atzensepp
Mon Sep 18, 2023 7:25 pm
Forum: Python scripting and macros
Topic: Parametric Snailshell
Replies: 0
Views: 314

Parametric Snailshell

Hello, I revisited an old topic to generate a parametric Snail Shell on basis of the paper "# A Mathematical Model for Mollusc Shells Based on Parametric # Surfaces and the Construction of Theoretical Morphospaces (Gabriela Contreras-Figueroa 1,2 and José L. Aragó)" The Program generates a...
by atzensepp
Mon Mar 02, 2020 8:12 pm
Forum: Help on using FreeCAD
Topic: Wanted: Workflow for two Parts
Replies: 6
Views: 987

Re: Santed: Workflow for two Parts

Many thanks papyblaze for your cool solution!

My Learnings:
  • Draw Sketches in the space not attached to faces (better for reuse)
  • Use Symmetry (here it would be interesting to make use of the XY-plane symmetry)
by atzensepp
Mon Mar 02, 2020 7:52 pm
Forum: Help on using FreeCAD
Topic: Wanted: Workflow for two Parts
Replies: 6
Views: 987

Re: Santed: Workflow for two Parts

Many thanks for your hints. I will have a look into:
Have a look at this page, especially the paragraph about creating stable models
by atzensepp
Mon Mar 02, 2020 7:48 pm
Forum: Help on using FreeCAD
Topic: Wanted: Workflow for two Parts
Replies: 6
Views: 987

Re: Santed: Workflow for two Parts

Kunda1 wrote: Mon Mar 02, 2020 1:46 pm OP, please correct title of thread: it seems you intended to write 'Wanted' instead of 'Santed', correct ?
[/quote
Done
by atzensepp
Sun Mar 01, 2020 9:41 pm
Forum: Help on using FreeCAD
Topic: Wanted: Workflow for two Parts
Replies: 6
Views: 987

Wanted: Workflow for two Parts

Hello FreeCAD-experts, I want to create a mount that connects a tube to a rectangular rod with FreeCAD (0.18) as shown in the Picture. Beamholder.PNG My workflow is: Lower Body: (straightforward) Create a solid (cube) and make a bar. Convert it to a Body With Sketches create material takeaways under...
by atzensepp
Tue Jun 16, 2015 8:21 pm
Forum: Python scripting and macros
Topic: Animated Chebychev Lambda Mechanism Sketch
Replies: 3
Views: 1705

Re: Animated Chebychev Lambda Mechanism Sketch

I have uploaded the Macro just in case there is a copy and paste error.
by atzensepp
Mon May 25, 2015 8:38 pm
Forum: Python scripting and macros
Topic: How to get faces in two sides of a serpentine wall?
Replies: 2
Views: 1167

Re: How to get faces in two sides of a serpentine wall?

I would try the following: Let us assume: - all the line segment vectors of the center line (red dotted) are connected in the same direction (end point of a segment vector is start point of the next segment) - the unit normal vector of the center face of a wall segment be n (line segment vector dot ...
by atzensepp
Sat May 09, 2015 8:12 pm
Forum: Python scripting and macros
Topic: Shapestring (Part/Draft) Confusion
Replies: 7
Views: 2526

Re: Shapestring (Part/Draft) Confusion

Try this one:

Code: Select all

Finishup=Plug.cut(LogoShape.Shape)
by atzensepp
Sat May 09, 2015 8:57 am
Forum: Developers corner
Topic: Unlimited references to external geometry
Replies: 49
Views: 12452

Re: Unlimited references to external geometry

DeepSOIC and triplus: many thanks for your investigation. I was not aware that I generated an redundant/overconstrained situation. I was on the wrong track with the orphaned edge assumption. So it is good that a fix could be done by simply removing some constraints. I am looking forward to see the d...
by atzensepp
Tue May 05, 2015 8:30 pm
Forum: Developers corner
Topic: Unlimited references to external geometry
Replies: 49
Views: 12452

Re: Unlimited references to external geometry

One problem in FreeCAD is that sometimes the edge and vertex objects change if one adjusts the sketch geometry. Instead of changing only the size of the objects new ones are created leaving "orphaned" edges and vertices and the linkage get lost. In the example file: Changing the length of ...