Curves workbench

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
User avatar
Chris_G
Veteran
Posts: 2601
Joined: Tue Dec 31, 2013 4:10 pm
Location: France
Contact:

Re: Curves workbench

Post by Chris_G »

microelly2 wrote: Thu Jun 28, 2018 12:14 pm Sorry. that was the reason, after update all works fine.
No problem !
User avatar
hammax
Veteran
Posts: 1994
Joined: Thu Jan 19, 2017 5:03 pm
Location: Ammersee DE

Re: Curves workbench

Post by hammax »

Hi Chris,
I made another attempt by projecting a semicircle on a sphere.
A lot of trial until it was on the right place and also some erratic results.
I am trying to evaluate a macro that produces a fiber winding pattern on a sphere.
E.g. light weight high pressure vessels. (Granny's wool ball - more regular).

My macro-algorithm delivers only tracks going through the poles until now.
But I am needing tracks with a controllable offset of the usual great-circle-path.
So I tried your Sketch_On_Surface in CurvesWB and compared it with macro results.
The magenta lines are from CurvesWB in some good position.
(But if I edit the arc "a little bit" to shorten the line ends , the figure changes overdone)
I need a defined section of it to produce and test pattering and placement operations.
SphereWrap_4.PNG
SphereWrap_4.PNG (90.17 KiB) Viewed 2132 times
Attachments
SphereWrap_5.FCStd
FC.18.13983
(30.76 KiB) Downloaded 61 times
User avatar
Chris_G
Veteran
Posts: 2601
Joined: Tue Dec 31, 2013 4:10 pm
Location: France
Contact:

Re: Curves workbench

Post by Chris_G »

hammax wrote: Thu Jun 28, 2018 5:50 pm I made another attempt by projecting a semicircle on a sphere ...
Hi hammax,
I am not sure I understood what you want to do.
The Sketch_On_Surface tool should have its properties "Construction bounds" and "Scale" set to True (I think I should even remove these properties to avoid confusion) otherwise the result becomes pretty much unpredictable.
So, with "Construction bounds" and "Scale" set to True, the outer construction square of the sketch represents the topologic boundaries of the surface.
In your current example :
  • the upper edge of the blue square is mapped to a single point (north pole)
  • the lower edge of the blue square is mapped to a single point (south pole)
  • the 2 side edges of the blue square get mapped to a single meridian (the seam of the sphere)
User avatar
hammax
Veteran
Posts: 1994
Joined: Thu Jan 19, 2017 5:03 pm
Location: Ammersee DE

Re: Curves workbench

Post by hammax »

… your newest update to CurvesWB (normal and binormal faces) when projecting a curve on surface,
is the clue to my problem described above.
Trying to generate winding patterns on sphere I could produce a "roving" by using BSpline from a macro
on a sphere's surface with binormal and symmetric. (Otherwise I had to make a sketch for the profile and sweep it).
Same procedure with two "greatcircle-arcs" and a CurvesWB blendcurve (which doesn't exactly lay on the sphere)
but the projected Curve_on_Surface does. And this solution is parametric compared to the macro-draft-BSpline.
Fiber winding is rather a theme for CAM.
https://www.youtube.com/watch?v=tUrGZMB4WHY


FC.18.14090
FC.18.14090
SphereWrap_17.PNG (132.27 KiB) Viewed 1963 times
Attachments
SphereWrap_17.FCStd
FC.18.14090
(39.35 KiB) Downloaded 62 times
User avatar
hammax
Veteran
Posts: 1994
Joined: Thu Jan 19, 2017 5:03 pm
Location: Ammersee DE

Re: Curves workbench

Post by hammax »

Hi Chris,
I did it! At last I could generate a diagonal winding-pattern for CFRP high pressure vessels
with geodesic arcs, blending Polynome and CurvesOnSurface. (on a PC with no commercial prog)...
(Is there an interest in a special thread? ) https://forum.freecadweb.org/viewtopic. ... 80#p212484
SphereWrap_18.FCStd
FC.18.14126
(502.06 KiB) Downloaded 71 times
Attachments
SphereWrap_18.PNG
SphereWrap_18.PNG (141.81 KiB) Viewed 1939 times
User avatar
Chris_G
Veteran
Posts: 2601
Joined: Tue Dec 31, 2013 4:10 pm
Location: France
Contact:

Re: Curves workbench

Post by Chris_G »

hammax wrote: Tue Jul 24, 2018 3:22 pm Hi Chris,
I did it! At last I could generate a diagonal winding-pattern for CFRP high pressure vessels
with geodesic arcs, blending Polynome and CurvesOnSurface. (on a PC with no commercial prog)...
(Is there an interest in a special thread? ) https://forum.freecadweb.org/viewtopic. ... 80#p212484
Hi,
I had no precise idea of what are CFRP high pressure vessels, so I had a couple of interesting readings on the net.
Now, I understand the purpose.
Good job !
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Curves workbench

Post by triplus »

Nice!
polymer
Posts: 278
Joined: Fri Sep 12, 2014 8:49 am

Re: Curves workbench

Post by polymer »

Impressiv, but are simple things possible like a straight line from a Circle/Radius middpoint to another one? Like in a hole? :)
User avatar
microelly2
Veteran
Posts: 4688
Joined: Tue Nov 12, 2013 4:06 pm
Contact:

Re: Curves workbench

Post by microelly2 »

polymer wrote: Thu Jul 26, 2018 8:20 pm Impressiv, but are simple things possible like a straight line from a Circle/Radius middpoint to another one? Like in a hole? :)
something like geodesic lines?
https://forum.freecadweb.org/viewtopic. ... 80#p211774
https://forum.freecadweb.org/viewtopic. ... &start=120
polymer
Posts: 278
Joined: Fri Sep 12, 2014 8:49 am

Re: Curves workbench

Post by polymer »

microelly2 wrote: Fri Jul 27, 2018 5:03 am
polymer wrote: Thu Jul 26, 2018 8:20 pm Impressiv, but are simple things possible like a straight line from a Circle/Radius middpoint to another one? Like in a hole? :)
something like geodesic lines?
https://forum.freecadweb.org/viewtopic. ... 80#p211774
https://forum.freecadweb.org/viewtopic. ... &start=120
Hmm, no.
I meant some basic stuff like this:
phpBB [video]
Post Reply