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!
freecad-heini-1
Veteran
Posts: 7791
Joined: Tue Jan 07, 2014 11:10 am
Contact:

Re: Curves workbench

Post by freecad-heini-1 »

Chris_G wrote: Wed Oct 10, 2018 3:03 pm
freecad-heini-1 wrote: Wed Oct 10, 2018 12:00 pm Best wishes from Germany. :D
:lol: :lol:
It's done. The interpolate tool now has a "polygonal" property that interpolates to a degree 1 bspline curve.
But if you plan to use it as a sweep path, maybe a wire output would be better ?
Thank you so much Chris. If it's no big thing, please add the possibility to choose between bspline- and wire curve.
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 »

freecad-heini-1 wrote: Wed Oct 10, 2018 4:06 pm Thank you so much Chris. If it's no big thing, please add the possibility to choose between bspline- and wire curve.
I have added a "WireOutput" option, that appears when "Polygonal" property is set to True.
freecad-heini-1
Veteran
Posts: 7791
Joined: Tue Jan 07, 2014 11:10 am
Contact:

Re: Curves workbench

Post by freecad-heini-1 »

Chris_G wrote: Thu Oct 11, 2018 1:28 pm
freecad-heini-1 wrote: Wed Oct 10, 2018 4:06 pm Thank you so much Chris. If it's no big thing, please add the possibility to choose between bspline- and wire curve.
I have added a "WireOutput" option, that appears when "Polygonal" property is set to True.
Thank you very much Chris. Very nice.
User avatar
hammax
Veteran
Posts: 1994
Joined: Thu Jan 19, 2017 5:03 pm
Location: Ammersee DE

Re: Curves workbench

Post by hammax »

… is there anywhere an explanation what the commands
  • to console and
    BSpline to console
are doing or what their use is?
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: Fri Oct 12, 2018 5:42 am to console and
BSpline to console
"to console" gives access to the selection in the python console.
It is the same as right-clicking an item in the Selection View panel and choosing "To python console", except that my version works on multiple selection.

"BSpline to console" works with a BSpline edge selected, and outputs a piece of code in the python console to create this curve.
Both tools are mainly development tools for python scripting.
UR_
Veteran
Posts: 1355
Joined: Tue Jan 03, 2017 8:42 pm

Re: Curves workbench

Post by UR_ »

Hi Chris_G,

I have just a little question about "Join Curves".

Here we have 2 profiles for later lofting:
a top side circle
and a bottom side rect, joint together with "Join Curves"
As well known, we have to control the start point of engaged curves to get a predictable result from loft.

red point well located:
FreeCAD 0.18-000081.png
FreeCAD 0.18-000081.png (48.72 KiB) Viewed 1976 times

red point bad located
FreeCAD 0.18-000080.png
FreeCAD 0.18-000080.png (51.92 KiB) Viewed 1976 times

AFAIK, one can control its location with choosing a specific selection sequence of segments which should be joint.

But it's really counterintuitive and needs several attempts until a usable config is found :(

If property "Forced Closed" needs to be set to true, because of gaps between the segments, some endpoints not are not reachable by changing
selection sequence :(

There should be a workflow for setting this point explicitly.

test-jointcurve nongapped.FCStd
(36.18 KiB) Downloaded 63 times
test-jointcurve gapped.FCStd
(75.47 KiB) Downloaded 52 times
hooshsim
Posts: 108
Joined: Mon Nov 05, 2018 7:40 pm

Re: Curves workbench

Post by hooshsim »

Hi,
Can someone outline how to add the curves menu to the the WB? I have installed version 0.17 on Windows 7.
Thanks in advance.
chrisb
Veteran
Posts: 54273
Joined: Tue Mar 17, 2015 9:14 am

Re: Curves workbench

Post by chrisb »

Hi Hooshsim, welcome here.
Menu->Tools->Addon manager. Select Curves from the Workbenches list and click Install/update. Terminate FreeCAD and restart again. Curves will be in th elist of workbenches.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
Vincent B
Veteran
Posts: 4739
Joined: Sun Apr 05, 2015 9:02 am
Location: La Rochelle, France

Re: Curves workbench

Post by Vincent B »

Sweep two rails doesn't follow profiles. What I messed up? :roll:

OS: Windows 10
Version: 0.18.15113 (Git)
Attachments
Capture.PNG
Capture.PNG (70.12 KiB) Viewed 1874 times
zz.FCStd
(41.74 KiB) Downloaded 64 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 »

GlouGlou wrote: Wed Nov 07, 2018 7:31 pm Sweep two rails doesn't follow profiles. What I messed up? :roll:
Sweep2Rails doesn't work on Wire Profiles, but only on profiles made of a single edge.
So you need to join each wire first.
Attachments
zz-2.FCStd
(51.99 KiB) Downloaded 75 times
Post Reply