![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| BobCad-Cam Discuss all BobCad software here. |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| ||||
| ||||
| 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" |
|
#4
| ||||
| ||||
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.
__________________ Poor planning on your part does NOT constitute an emergency on my part! |
|
#5
| |||
| |||
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 |
| Sponsored Links |
|
#6
| |||
| |||
|
|
#8
| |||
| |||
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! |
|
#9
| ||||
| ||||
| 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! |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BOBCAD Model Airplane Wing Design Script | cely | BobCad-Cam | 6 | 08-20-2009 10:11 PM |
| BobCAD? | BPT | BobCad-Cam | 73 | 06-21-2005 12:39 AM |
| Importing polygon mesh (.dxf) into BobCad | rherman | BobCad-Cam | 0 | 06-10-2005 02:08 PM |
| Bobcad Barracuda comments | metlmunchr | General Metal Working Machines | 1 | 06-30-2004 01:36 AM |