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!
MechaMecca
Posts: 17
Joined: Fri Mar 18, 2016 5:09 pm

Re: Curves workbench

Post by MechaMecca »

GlouGlou wrote: Thu Mar 11, 2021 9:55 pm Need the file to investigate. ;)
Attached a more simple example.
Attachments
surfaceHole.FCStd
(19.4 KiB) Downloaded 48 times
User avatar
Vincent B
Veteran
Posts: 4741
Joined: Sun Apr 05, 2015 9:02 am
Location: La Rochelle, France

Re: Curves workbench

Post by Vincent B »

Indeed the shape sould be hollow. Maybe because OCC cannot be able to do that directly? :roll:
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 »

Thanks for the file.
I have found the reason of the face creation failure.
chrisb
Veteran
Posts: 54302
Joined: Tue Mar 17, 2015 9:14 am

Re: Curves workbench

Post by chrisb »

Map Sketch on surface not working (on MacOS)
Following the post from another user I tried to Map a sketch on a surface and got errors, they are different for PartDesign

Code: Select all

unexpected EOF while parsing (<string>, line 0)
Failed to get the face support of the sketch
and for Part workbench:

Code: Select all

list index out of range
Failed to get the face support of the sketch
The attached model shows both errors on recompute.
Chris_G wrote: ping
OS: macOS 10.16
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.24267 (Git)
Build type: Release
Branch: master
Hash: b2ca86d8d72b636011a73394bf9bcdedb3b109b7
Python version: 3.8.8
Qt version: 5.12.5
Coin version: 4.0.0
OCC version: 7.4.0
Locale: C/Default (C)
Attachments
example.FCStd
(15.71 KiB) Downloaded 42 times
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
saso
Veteran
Posts: 1924
Joined: Fri May 16, 2014 1:14 pm
Contact:

Re: Curves workbench

Post by saso »

Few short but nice videos on working with Curves WB https://www.youtube.com/playlist?list=P ... igKw1nzS1d
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 »

I see no bug, but 2 errors in the use of the tool :
The Mapped_Sketch must be attached to the target face (through the Support property, MapMode has no incidence)
The geometries that must be mapped on the target face in the Mapped_Sketch must be contained in a blue Construction rectangle that represent the face bounding box.

I am not very satisfied with this rather convoluted workflow.
I am working on a new version, that I hope will be more straightforward.
Attachments
example_fixed.FCStd
(22.61 KiB) Downloaded 45 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 »

saso wrote: Sat Mar 20, 2021 9:16 am Few short but nice videos on working with Curves WB https://www.youtube.com/playlist?list=P ... igKw1nzS1d
:o :shock:
I can't watch this right now (my son is eating all the bandwidth while downloading "yet-another" video game :roll: ) but that looks great.
User avatar
hammax
Veteran
Posts: 1995
Joined: Thu Jan 19, 2017 5:03 pm
Location: Ammersee DE

Re: Curves workbench

Post by hammax »

... you are not the only one, whose family is eating bandwidth.
Even with glass fiber and 100Mb.
Especially when also doing homeschooling => Corona go to hell!
chrisb
Veteran
Posts: 54302
Joined: Tue Mar 17, 2015 9:14 am

Re: Curves workbench

Post by chrisb »

Chris_G wrote: Sat Mar 20, 2021 9:28 am I see no bug, but 2 errors in the use of the tool :
The Mapped_Sketch must be attached to the target face (through the Support property, MapMode has no incidence)
The geometries that must be mapped on the target face in the Mapped_Sketch must be contained in a blue Construction rectangle that represent the face bounding box.
Thanks, I will study this later. I don't remember having done this before, perhaps I got it by mere accident right.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
chrisb
Veteran
Posts: 54302
Joined: Tue Mar 17, 2015 9:14 am

Re: Curves workbench

Post by chrisb »

Sorry for the noise. I did now what I recommend to others and it is all written in the docs :oops: .
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Post Reply