[SOLVED] PARTDESIGN AdditivePipe not working

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!
Post Reply
kurti99
Posts: 65
Joined: Thu Nov 03, 2022 3:06 pm

[SOLVED] PARTDESIGN AdditivePipe not working

Post by kurti99 »

Hi

I would need your help again.
take a look at the attachment studycadcam ex1088.
Who knows why the last additivepipe doesn't work. You can see the handle in the edit window, but not anymore
Part->Checkgeometry is okay.
Partdesign->ValidateSketch is not okay, there are 2 wrong vertexes, but i have no idea what the problem is

thanks in advance for your help

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.20.1.29410 (Git)
Build type: Release
Branch: releases/FreeCAD-0-20
Hash: f5d13554ecc7a456fb6e970568ae5c74ba727563
Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.3
Locale: German/Germany (de_DE)
Installed mods: 
  * Assembly4 0.12.4
Attachments
Ex 1088 studycadcam.FCStd
(190.54 KiB) Downloaded 10 times
Last edited by kurti99 on Sat Dec 03, 2022 5:04 am, edited 1 time in total.
User avatar
papyblaise
Veteran
Posts: 8000
Joined: Thu Jun 13, 2019 4:28 pm
Location: France

Re: PARTDESIGN AdditivePipe not working

Post by papyblaise »

there can only be one object in the Body, you make the small handle in another Body
Attachments
Ex 1088 studycadcam.FCStd
(153.55 KiB) Downloaded 8 times
clip.JPG
clip.JPG (13.48 KiB) Viewed 428 times
kurti99
Posts: 65
Joined: Thu Nov 03, 2022 3:06 pm

Re: PARTDESIGN AdditivePipe not working

Post by kurti99 »

hi papyblaise,

yes, you're right - that's the reason.

Q: have you an idea how i can find the reason of the 2 wrong vertexes after validate the sketch of the path ?

thank you !
User avatar
Shalmeneser
Veteran
Posts: 9560
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: PARTDESIGN AdditivePipe not working

Post by Shalmeneser »

kurti99 wrote: Fri Dec 02, 2022 6:03 pm Q: have you an idea how i can find the reason of the 2 wrong vertexes after validate the sketch of the path ?
Because the sketch is 'opened' and not 'closed' which is normal for a Pipe path.
User avatar
Shalmeneser
Veteran
Posts: 9560
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: PARTDESIGN AdditivePipe not working

Post by Shalmeneser »

:idea:
Attachments
StudyCADCam 1088_SHALM.FCStd
(209.17 KiB) Downloaded 13 times
Capture du 2022-12-02 23-34-53.png
Capture du 2022-12-02 23-34-53.png (67.04 KiB) Viewed 331 times
kurti99
Posts: 65
Joined: Thu Nov 03, 2022 3:06 pm

Re: PARTDESIGN AdditivePipe not working

Post by kurti99 »

@Shalmeneser thank you - best solution
Post Reply