Thread cutting

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
AvgJoe
Posts: 42
Joined: Wed Oct 01, 2014 2:23 am

Thread cutting

Post by AvgJoe »

How to cut out the object named "3" from the "2" one? The opration failed on my cumputer.

Version: 0.16.6703 (Git)
Branch: releases/FreeCAD-0-16
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17
Attachments
123.fcstd
(131.05 KiB) Downloaded 64 times
User avatar
quick61
Veteran
Posts: 3803
Joined: Sat Aug 24, 2013 2:49 am
Location: u.S.A.

Re: Thread cutting

Post by quick61 »

AvgJoe wrote:How to cut out the object named "3" from the "2" one? The opration failed on my cumputer.

Version: 0.16.6703 (Git)
Branch: releases/FreeCAD-0-16
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17
Part > Check geometry + BOPCheck shows your Sweep, "3", has geometric SelfIntersect errors out the wazoo. This is because the sweep crosses itself every direction of the compus. To fix this, I fused the outermost "thread" part of the Sweep, (review "3 Sketch" to see the changes) to a Cylinder that was rotated 1* on the Z axis to avoid a coplanar/tangent condition with the edges. I then Cut the fused part from the flange, "2", and it now works. No helical sweep like you have there will ever work, as it folds over on itself.
123(1).png
123(1).png (33.63 KiB) Viewed 2176 times
123 (1).fcstd
(334.89 KiB) Downloaded 58 times
Mark

OS: Kubuntu 14.04.4 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.16.6703 (Git)
Build type: Release
Branch: releases/FreeCAD-0-16
Hash: 2ce5c8d2e3020d05005ed71f710e09e9aa561f40
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.18-dev
Last edited by quick61 on Sun May 22, 2016 4:45 pm, edited 1 time in total.
This post made with 0.0% Micro$oft products - GOT LINUX?
mario52
Veteran
Posts: 4692
Joined: Wed May 16, 2012 2:13 pm

Re: Thread cutting

Post by mario52 »

hi
i have simplified sketch3
123_02.FCStd
(227.31 KiB) Downloaded 83 times
EDIT: oups quick61
mario
Maybe you need a special feature, go into Macros_recipes and Code_snippets, Topological_data_scripting.
My macros on Gist.github here complete macros Wiki and forum.
User avatar
quick61
Veteran
Posts: 3803
Joined: Sat Aug 24, 2013 2:49 am
Location: u.S.A.

Re: Thread cutting

Post by quick61 »

Quite alright mario, as with most things FreeCAD, more than one way to get from start to finish. Little different approach, same end result.

Mark
This post made with 0.0% Micro$oft products - GOT LINUX?
AvgJoe
Posts: 42
Joined: Wed Oct 01, 2014 2:23 am

Re: Thread cutting

Post by AvgJoe »

Thank you!
mario52
Veteran
Posts: 4692
Joined: Wed May 16, 2012 2:13 pm

Re: Thread cutting

Post by mario52 »

hi quick61
you posted that while I work on the subject (and I did not see your post)
quick61 wrote:same end result.
yes
mario
Maybe you need a special feature, go into Macros_recipes and Code_snippets, Topological_data_scripting.
My macros on Gist.github here complete macros Wiki and forum.
User avatar
tanderson69
Veteran
Posts: 1626
Joined: Thu Feb 18, 2010 1:07 am

Re: Thread cutting

Post by tanderson69 »

Post Reply