Forum Home | RFQwork | CNCauction | 3dxhobbies |Welderzone | Share Files | Site Map | Links |

CNCzone.com-The Largest Machinist Community on the net!


Welcome to the CNCzone.com-The Largest Machinist Community on the net! forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Home Page Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Mark Forums Read Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > CAM Software > BobCad-Cam

Notices

BobCad-Cam Discuss all BobCad software here.


Reply
 
Thread Tools Display Modes
  #1   Ban this user!
Old 02-06-2004, 08:57 PM
inthedark's Avatar
inthedark inthedark is offline
 
Join Date: Jan 2004
Location: Springfield, MO
Posts: 132
inthedark is on a distinguished road
Question veteran BobCAD users -- 3D

I have a project that I did in 2D and rotated the part several times. I thought it may be better to do a full 3D CAD and cut the part using contouring, to save time.

However while using solids, there are some shapes and contours that I just can't get to come out. I wish the solids had a diamond shape. The shape I am looking for is a basic diamond shape 1.75" thick with .25 fillets.

Needless to say trying to get my solid 3D design, has destroyed my timeline. But then I'm just not one to give up on a theory.

Do you ever deal with this?

I am ging back to 2D and rotating the part as needed through the milling process.

I believe my experience with V19 or BobCAD in general may be my delimma.

Thanks,
Kenny
__________________
"Plan your work; Work your plan"
Reply With Quote

  #2   Ban this user!
Old 02-06-2004, 09:43 PM
Konrad's Avatar
Konrad Konrad is offline
 
Join Date: Oct 2003
Location: Edmonton Canada
Posts: 172
Konrad is on a distinguished road
I just have an idea,
could you do your solids on Rhino [ free demo Version] and Import to Bob CAD?
Konrad
Reply With Quote

  #3   Ban this user!
Old 02-06-2004, 09:46 PM
inthedark's Avatar
inthedark inthedark is offline
 
Join Date: Jan 2004
Location: Springfield, MO
Posts: 132
inthedark is on a distinguished road
I'm not familliar with it but if the learning curve isn't too great I will give it a shot.

Thanks
__________________
"Plan your work; Work your plan"
Reply With Quote

  #4   Ban this user!
Old 03-16-2004, 10:54 PM
cely's Avatar
cely cely is offline
 
Join Date: Nov 2003
Location: Horseshoe Bay, TX
Posts: 49
cely is on a distinguished road
Polygon Planar Surface Script

InTheDark

I'm assuming your diamond solid is made up of some number of N-sided planar surfaces, somewhere out in 3D space.

Here is a script that builds an N-sided planar surface. If your diamond has 5 sides, you will have to run the script 5 times.

Each N-sided planar surface is defined by the XYZ location of each vertex. That is, the data is entered in 3D space.

The script asks for the number of vertices and then asks for the X Y Z data for each vertex.

Gotcha #1. All vertices must be entered in order. No jumping around.

Gotcha #2. All the vertices must lie on a plane or the script will fail.

Gotcha #3. The script instantiates points and lines and then cleans up after itself. If you already have point and lines, they will be deleted.

Gotcha #4. The script does a Boolean Union. If you already have a solid on this layer, it may get modified.

Here is the XYZ data a 1.75", 5-sided pyramid. The base is a 4-sided polygon. The 4 sides are 3-sided polygons.

0 0 0
1.75 0 0
1.75 1.75 0
0 1.75 0

0 0 0
1.75 0 0
.875 .875 1.75

0 0 0
0 1.75 0
.875 .875 1.75

1.75 1.75 0
1.75 0 0
.875 .875 1.75

1.75 1.75 0
0 1.75 0
.875 .875 1.75

This would be an easy function, if I could ever figure out how to pass an array to a function.

Good Solids To You

PS You have to change the name of the script from POLYGON.TXT to POLYGON.BAS to execute it.
Attached Files
File Type: txt polygon.txt‎ (1.3 KB, 43 views)
__________________
Poor planning on your part does NOT constitute an emergency on my part!
Reply With Quote

  #5  
Old 03-19-2004, 09:22 AM
CNCdude CNCdude is offline
Support Member
 
Join Date: Jun 2003
Location: United States
Age: 40
Posts: 352
CNCdude is on a distinguished road
Good Job!

Cely, you have been a great help and I appreciate your emails to me. Hope to see everyone at Westec. We have added a Space Plane to our booth that is going to be something great. I have just completed the V19 upgrade training professor CD videos and a new interactive workbook as well.
CNC Dude
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 03-19-2004, 12:27 PM
keithorr keithorr is offline
 
Join Date: Mar 2003
Location: USA
Posts: 314
keithorr is on a distinguished road
Re: veteran BobCAD users -- 3D

Originally posted by inthedark
I have a project that I did in 2D and rotated the part several times. I thought it may be better to do a full 3D CAD and cut the part using contouring, to save time.

However while using solids, there are some shapes and contours that I just can't get to come out. I wish the solids had a diamond shape. The shape I am looking for is a basic diamond shape 1.75" thick with .25 fillets.

Needless to say trying to get my solid 3D design, has destroyed my timeline. But then I'm just not one to give up on a theory.

Do you ever deal with this?

I am ging back to 2D and rotating the part as needed through the milling process.

I believe my experience with V19 or BobCAD in general may be my delimma.

Thanks,
Kenny
I use 3D features when nothing else will do. Otherwise, I offset a profile (to accomodate half the tool diameter) and make a manual toolpath for symetrical half mold cavities. Machine time is much less than letting the program decide where to cut. CAD/CAM is much faster on a lot of the shapes I make if I ignore the bells and whistles.
Reply With Quote

  #7   Ban this user!
Old 03-19-2004, 12:34 PM
inthedark's Avatar
inthedark inthedark is offline
 
Join Date: Jan 2004
Location: Springfield, MO
Posts: 132
inthedark is on a distinguished road
I was able to get what I wanted, thanks for your your help and suggestions.

Kenny
__________________
"Plan your work; Work your plan"
Reply With Quote

  #8  
Old 03-19-2004, 02:16 PM
CNCdude CNCdude is offline
Support Member
 
Join Date: Jun 2003
Location: United States
Age: 40
Posts: 352
CNCdude is on a distinguished road
Primitive Solids

Good point,
I will recommend that we add more primitive solid shapes. We will also be adding the ability to apply a tapered edge to a solid and to the extrude function. This will also contain an extrusion with a twist. Good stuff coming up!
CNC Dude!
Reply With Quote

  #9   Ban this user!
Old 03-19-2004, 02:47 PM
cely's Avatar
cely cely is offline
 
Join Date: Nov 2003
Location: Horseshoe Bay, TX
Posts: 49
cely is on a distinguished road
kiethor,

I'm relatively new to CAD/CAM and BobCad, so this is just my opinion.

I prefer designing in solids because I can use the Boolean/Difference function to see if there is any part interference and because the fillet function is 3 dimensional. It may not be the fastest way to design a part, but part of that is my lack of experience.

I agree, the solid toolpath tool is limiting, so I Extract Edges to create a line drawing. And then use the regular dimension and toolpath tools. Since everything I do is mostly filleted rectangles with lots of slots and holes, this works pretty good.
__________________
Poor planning on your part does NOT constitute an emergency on my part!
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
BOBCAD Model Airplane Wing Design Script cely BobCad-Cam 6 08-20-2009 11:11 PM
BobCAD? BPT BobCad-Cam 73 06-21-2005 01:39 AM
Importing polygon mesh (.dxf) into BobCad rherman BobCad-Cam 0 06-10-2005 03:08 PM
Bobcad Barracuda comments metlmunchr General Metal Working Machines 1 06-30-2004 02:36 AM




All times are GMT -5. The time now is 04:30 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.