Re: [CAD_CAM_EDM_DRO] threads in 3D CAD
Posted by
Scott A Tovey
on 2013-02-27 04:11:08 UTC
May I suggest you look at OpenScad?
While not a gui centric cad program,
it is not to difficult to start using.
OpenScad utilizes scripting to generate
3D models.
A 40mm cube = cube(40);
A 20mm sphere = sphere(20);
There are addon on libraries that
will enable you to generate gears
and screws.
The following code produces a 10 tooth gear.
include <MCAD/gears.scad>;
gear(number_of_teeth=10,circular_pitch=200);
It actually took me less time to generate a mockup using OpenScad than using AutoCAD.
Export models as STL OFF DXF CSG and Image.
Scott A. Tovey
--------------------------------------------------
Truth without love is brutality,
and love without truth is hypocrisy.
-Warren Wiersbe
Tough Love is not love,
It is an act of war.
-Scott A. Tovey
While not a gui centric cad program,
it is not to difficult to start using.
OpenScad utilizes scripting to generate
3D models.
A 40mm cube = cube(40);
A 20mm sphere = sphere(20);
There are addon on libraries that
will enable you to generate gears
and screws.
The following code produces a 10 tooth gear.
include <MCAD/gears.scad>;
gear(number_of_teeth=10,circular_pitch=200);
It actually took me less time to generate a mockup using OpenScad than using AutoCAD.
Export models as STL OFF DXF CSG and Image.
Scott A. Tovey
--------------------------------------------------
Truth without love is brutality,
and love without truth is hypocrisy.
-Warren Wiersbe
Tough Love is not love,
It is an act of war.
-Scott A. Tovey
--- On Wed, 20/2/13, scyvt <scy@...> wrote:
> From: scyvt <scy@...>
> Subject: [CAD_CAM_EDM_DRO] threads in 3D CAD
> To: CAD_CAM_EDM_DRO@yahoogroups.com
> Date: Wednesday, 20 February, 2013, 8:47 PM
> Hello group
>
> Some years ago I took several trade school classes in CNC.
> The software was Inventor and Mastercam. Although I knew
> that I could never afford to own either, using them in class
> conditioned my expectations of what software should do, and
> I assumed that over time less costly programs would come to
> offer similar capabilities.
>
> Getting to the point, IIRC, parametric generation of threads
> of virtually any spec was easy in Inventor, and I assumed
> that some similar, if not so elegant, capability would
> be included in any 3D modeling application. Now I have just
> learned to my great surprise that Rhino, which had become my
> aim to acquire, has no thread modeling capabilities.
>
> So my question is: do most 3D CAD have integral parametric
> thread generators, or is this considered a special
> capability?
>
> TIA
> Steve
>
>
>
> ------------------------------------
>
> Addresses:
> FAQ: http://www.ktmarketing.com/faq.html
> FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
> Post Messages: CAD_CAM_EDM_DRO@yahoogroups.com
>
>
> Subscribe: CAD_CAM_EDM_DRO-subscribe@yahoogroups.com
>
> Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@yahoogroups.com
>
> List owner: CAD_CAM_EDM_DRO-owner@yahoogroups.com,
> wanliker@...,
> timg@...
> Moderator: pentam@...
> indigo_red@...
> davemucha@...
> [Moderators]
> URL to this group: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
>
> OFF Topic POSTS: General Machining
> If you wish to post on unlimited OT subjects
> goto: aol://5863:126/rec.crafts.metalworking
> or go thru Google.com to reach it if you have trouble.
> http://www.metalworking.com/news_servers.html
>
> http://groups.yahoo.com/group/jobshophomeshop%c2%a0%c2%a0%c2%a0I
> consider this to be a sister site to the CCED group, as many
> of the same members are there, for OT subjects, that are not
> allowed on the CCED list.
>
> NOTICE: ALL POSTINGS TO THIS GROUP BECOME PUBLIC DOMAIN BY
> POSTING THEM. DON'T POST IF YOU CAN NOT ACCEPT
> THIS.....NO EXCEPTIONS........
> bill
> List Mom
> List Owner
>
> Yahoo! Groups Links
>
>
> CAD_CAM_EDM_DRO-fullfeatured@yahoogroups.com
>
>
Discussion Thread
scyvt
2013-02-20 17:49:04 UTC
threads in 3D CAD
Jack McKie
2013-02-20 19:41:14 UTC
Re: [CAD_CAM_EDM_DRO] threads in 3D CAD
Roland Jollivet
2013-02-20 23:08:37 UTC
[CAD_CAM_EDM_DRO] threads in 3D CAD
scyvt
2013-02-21 17:09:47 UTC
Re: threads in 3D CAD
Gaston Gagnon
2013-02-21 18:28:29 UTC
Re: [CAD_CAM_EDM_DRO] Re: threads in 3D CAD
Michael Fagan
2013-02-21 20:19:32 UTC
Re: [CAD_CAM_EDM_DRO] threads in 3D CAD
Steve Blackmore
2013-02-22 00:30:11 UTC
Re: [CAD_CAM_EDM_DRO] threads in 3D CAD
2013-02-22 00:55:27 UTC
threads in 3D CAD
Randall Wink
2013-02-22 04:07:42 UTC
Re: [CAD_CAM_EDM_DRO] threads in 3D CAD
Brian Worth
2013-02-22 06:03:29 UTC
Re: [CAD_CAM_EDM_DRO] Re: threads in 3D CAD
Gaston Gagnon
2013-02-22 08:21:50 UTC
Re: [CAD_CAM_EDM_DRO] threads in 3D CAD
Andy M
2013-02-22 12:06:32 UTC
Re: [CAD_CAM_EDM_DRO] threads in 3D CAD
polaraligned
2013-02-23 10:42:48 UTC
Re: threads in 3D CAD
Andy M
2013-02-26 05:14:06 UTC
Re: [CAD_CAM_EDM_DRO] Re: threads in 3D CAD
Scott A Tovey
2013-02-27 04:11:08 UTC
Re: [CAD_CAM_EDM_DRO] threads in 3D CAD
Andy Wander
2013-02-27 09:21:13 UTC
RE: [CAD_CAM_EDM_DRO] Re: threads in 3D CAD