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
Vincent B
Veteran
Posts: 4739
Joined: Sun Apr 05, 2015 9:02 am
Location: La Rochelle, France

Re: Curves workbench

Post by Vincent B »

This JoinCurve have a BopAlgo GeomAbs_C0 error.
That's give the same error to surfaces. How to avoid that?
Attachments
JoinCurveBopError.FCStd
(6.62 KiB) Downloaded 71 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: Sat Mar 07, 2020 3:27 pm This JoinCurve have a BopAlgo GeomAbs_C0 error.
That's give the same error to surfaces. How to avoid that?
BopAlgo GeomAbs_C0 is NOT an error.
This is just an information message.
A curve or a surface with C0 continuity is valid.
I think one reason why a C0 continuity is reported is that Offset fails on C0 surfaces.
(Maybe some other algorithms fail on C0 continuity too ?)

If you want higher continuity :
- select joinCurve
- set "Shape Approximation" active
- deselect joinCurve
- select it again
- some approximation properties will be available

joincurve.png
joincurve.png (40.25 KiB) Viewed 2015 times
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Curves workbench

Post by Kunda1 »

Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Curves workbench

Post by Kunda1 »

Kunda1 wrote: Sun Mar 15, 2020 11:45 pm Note: several tasks could use some attention:

Wiki pages to be populated:
Curves IsoCurve
Curves ParametricComb
Curves ParametricSolid
Curves PasteSVG
Curves SketchOnSurface
Curves JoinCurve
Curves SplitCurve
Curves ZebraTool

Fixing some flagged LGTM alerts: https://lgtm.com/projects/g/tomate44/Cu ... &severity=
It would be awesome if we could document Curves before 0.19 is released...any thoughts ?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Curves workbench

Post by Kunda1 »

So far we have some info for
Curves IsoCurve
Curves ParametricComb

Thanks to @GlouGlou
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Curves workbench

Post by Kunda1 »

Lets continue with documentation of the workbench.
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
soaring
Posts: 48
Joined: Sat Dec 31, 2016 10:27 pm

Re: Curves workbench

Post by soaring »

Kunda1 wrote: Fri Mar 27, 2020 6:11 pm Lets continue with documentation of the workbench.
thank you for your work !
User avatar
bavariaSHAPE
Posts: 406
Joined: Tue Jun 10, 2014 8:31 am
Contact:

Re: Curves workbench

Post by bavariaSHAPE »

Kunda1 wrote: Fri Mar 27, 2020 6:11 pm Lets continue with documentation of the workbench.
To give me an overview of the extensive Workbench, I have summarized the current functions in a document.
Maybe it will be useful for one or the other.

There is a lot to do for the Wiki documentation.
Attachments
Curves-Toolbar.svg
(66.92 KiB) Downloaded 83 times
Curves-Toolbar.pdf
(45.71 KiB) Downloaded 162 times
… for a happy FreeCAD-World … JM2C …
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Curves workbench

Post by Kunda1 »

bavariaSHAPE wrote: Fri Apr 03, 2020 7:29 am o give me an overview of the extensive Workbench, I have summarized the current functions in a document.
Maybe it will be useful for one or the other.
I've added some the descriptions to the pre-existing placeholder tool pages for Curves WB documentation on the wiki. I also migrated several more icons to the wiki today.
bavariaSHAPE wrote: Fri Apr 03, 2020 7:29 am There is a lot to do for the Wiki documentation.
The struggle is real ;) But together we overcome it.
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Curves workbench

Post by Kunda1 »

What's the preferred order (chronological?) to link the Curves Workbench commands to each other in the {{Docnav}} template? In other words, pagination.

Chris_G wrote::bell:
Edit: also @Chris_G would it be possible to structure the Workbench the way @vocx and @carlopav are doing so for Draft ? In other words, move the python files outside of the top directory in to their own source directory. This would be wonderful to do pre-release (whatever we're calling it).
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply