How to correctly map a sketch on a curved surface ?

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!
Doe_John
Posts: 56
Joined: Tue May 28, 2019 9:49 pm

How to correctly map a sketch on a curved surface ?

Post by Doe_John »

Hello everyone,

I am here to ask you a question related to the mapping of a sketch on a curved surface.
I managed to unify the support of the sketch with the curves workbench, and to map the sketch on the surface. However, I want the sketch to be centered on the surface and i want it only on the exterior of the surface, i don't want that the sketch wrap itself around the surface, and that's exactly what's happening.

So I would like you people to explain me how to do in aim to cure this issue.

Thanks a lot
Attachments
Test freecad 1.FCStd
(87.1 KiB) Downloaded 31 times
User avatar
Shalmeneser
Veteran
Posts: 9596
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: How to correctly map a sketch on a curved surface ?

Post by Shalmeneser »

You should link all the answers you get in french forum : https://forum.freecadweb.org/viewtopic.php?f=12&t=62090
Doe_John
Posts: 56
Joined: Tue May 28, 2019 9:49 pm

Re: How to correctly map a sketch on a curved surface ?

Post by Doe_John »

Shalmeneser wrote: Tue Sep 14, 2021 6:34 am You should link all the answers you get in french forum : https://forum.freecadweb.org/viewtopic.php?f=12&t=62090
I forgot.
chrisb
Veteran
Posts: 54309
Joined: Tue Mar 17, 2015 9:14 am

Re: How to correctly map a sketch on a curved surface ?

Post by chrisb »

Doe_John wrote: Tue Sep 14, 2021 6:03 am However, I want the sketch to be centered on the surface and i want it only on the exterior of the surface, i don't want that the sketch wrap itself around the surface, and that's exactly what's happening.
And that's what this (great) function is supposed to do. Perhaps you rather want Part->Create projection on surface; which does basically what papyblaise suggested.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
chrisb
Veteran
Posts: 54309
Joined: Tue Mar 17, 2015 9:14 am

Re: How to correctly map a sketch on a curved surface ?

Post by chrisb »

Your file is still a mess:
- Links go out of allowed scope, don't put Sketch nor Sketch001 into a body.
SnipScreenshot-4c9862.png
SnipScreenshot-4c9862.png (28.65 KiB) Viewed 1934 times
- Sketches not cleaned as suggested by Shalmeneser
- Where does the BaseFeature come from?

Please help the helpers by reducing the complexity of the models as far as possible.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Doe_John
Posts: 56
Joined: Tue May 28, 2019 9:49 pm

Re: How to correctly map a sketch on a curved surface ?

Post by Doe_John »

chrisb wrote: Tue Sep 14, 2021 8:11 am
Doe_John wrote: Tue Sep 14, 2021 6:03 am However, I want the sketch to be centered on the surface and i want it only on the exterior of the surface, i don't want that the sketch wrap itself around the surface, and that's exactly what's happening.
And that's what this (great) function is supposed to do. Perhaps you rather want Part->Create projection on surface; which does basically what papyblaise suggested.
Well, i tried this "great" function and the result was messy, so i do not really know how to use it, hence my post.
Doe_John
Posts: 56
Joined: Tue May 28, 2019 9:49 pm

Re: How to correctly map a sketch on a curved surface ?

Post by Doe_John »

chrisb wrote: Tue Sep 14, 2021 8:20 am Your file is still a mess:
- Links go out of allowed scope, don't put Sketch nor Sketch001 into a body.
SnipScreenshot-4c9862.png
- Sketches not cleaned as suggested by Shalmeneser
- Where does the BaseFeature come from?

Please help the helpers by reducing the complexity of the models as far as possible.
This example is just an example, I am working on another file that I cannot share here. On my other project i cleaned everything by using symetries.
Doe_John
Posts: 56
Joined: Tue May 28, 2019 9:49 pm

Re: How to correctly map a sketch on a curved surface ?

Post by Doe_John »

chrisb wrote: Tue Sep 14, 2021 8:20 am Your file is still a mess:
- Links go out of allowed scope, don't put Sketch nor Sketch001 into a body.
SnipScreenshot-4c9862.png
- Sketches not cleaned as suggested by Shalmeneser
- Where does the BaseFeature come from?

Please help the helpers by reducing the complexity of the models as far as possible.
The base feature is from the join curves operation that i did in aim to obtain a single solid without edges.
chrisb
Veteran
Posts: 54309
Joined: Tue Mar 17, 2015 9:14 am

Re: How to correctly map a sketch on a curved surface ?

Post by chrisb »

Doe_John wrote: Tue Sep 14, 2021 8:22 am This example is just an example
I appreciate it, if you don't upload the full model with all its probably irrelevant details. Every step further which simplifys the example is even more welcome. Boil it down to the bare minimum.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Doe_John
Posts: 56
Joined: Tue May 28, 2019 9:49 pm

Re: How to correctly map a sketch on a curved surface ?

Post by Doe_John »

Here we are,
I put symetries on both sketches, and both sketches are not on a body, now, what should I do ?

I also tried the other function as suggested, i have the nearly same result, the sketch is wrapped around the surface.
Attachments
Test freecad II.FCStd
(7.94 KiB) Downloaded 36 times
Post Reply