View Full Version : Need Help! How can I make toolpaths on an imported solid


froya
08-11-2008, 02:45 AM
I can't figure out how I can make toolpaths on an imported igs-file.

I received training professor, but there was no explanation on this.

Is there a tutorial that I can download?

I have sent an e-mail to bobcad, but with no response.

jingham
08-11-2008, 10:42 AM
I need more detail of what you are trying to do. but...importing igs into BobCAD is pretty easy. What is difficult is determining what to turn into a surface that BobCAD can then generate a gcode. The import function offers two alternatives...surfaces or solids. You need to deal with surfaces in the usual way, but if you bring in the igs as a solid then you need to use the solids menu to produce surfaces that can then be read and converted to gcode, or generate the code directly with the "Generate Tool Path" function.

PlasticWorker
08-11-2008, 06:12 PM
froya

You can use FILE/OPEN to open the iges file. You will get a dialog box that asks about "curves, solids" which I usually leave checked and also Separate Surfaces or Solids, I pick separate surfaces but they usually come in as a solid anyway.
you really don't need separate surfaces unless the top surface isn't the one you want. If that is the case then go to SOLIDS/STITCHING/UNSTITCH SURFACES FROM SOLID.
Be sure the surface you want to cut is oriented properly for the XY plane.
Select either the solid or the individual surface you want.You MUST have 3D (3D menu/TURN 3D ON) turned on or the toolpath will be on a flat XY plane ( no Z's ). Use SOLIDS/GENERATE TOOL PATH to draw the toolpath. The dialog boxes that come up let you choose different parameters to get the best possible path for your shape. They are pretty self explanatory.
BobCad draws the toolpath as a line in the main window, not in the NC section. It is also VERY helpful to change the drawing color just before you generate the toolpath, thatway you can select by color to separate the model from the path. Then you have to go into the NC section to actually get the G-code. I find it helpful to have previously drawn a point near the toolpath start but out side the shape. Then in NC I can go to the point before I try to cut. Select the first line of the path, indicate the next piece and then "cut all" and it should go to the end of the toolpath. Be sure to turn 3D on in the NC section also or again you won't get Z moves.

I think BobCAD has a set of 9 or 10 training CD's that might be of use to you. I usually just butt my head into the screen until I figure out what I need, but that's just my anal personality.:withstupi
BobCad is much less automatic than say Mastercam but it's also much less expensive

I hope this helps, as always your mileage may vary!!
Gary

jswalwell
03-14-2009, 12:06 PM
I have basically the same question. The bobcad manual doesn't cover how to work with imported models. I've used Featurecam quite extensively and it deals with the solid features directly without extra extracting or conversions. There are no tutorials or help topics on the bobcad site that I could find. They assume that you would use bobcad for CAD which would be okay for single parts but a design nightmare for assemblies. I called bobcad to try and get help with this and got a very condescending "now we're talking about training" and suggested I either buy the training CD's or watch the video tutorials...which still do not answer my solid model question. If I can't use the software, then I won't use the software. Seems kinda obvious. Can anybody write a quick tutorial on this? It can't be that difficult.

jingham
03-14-2009, 12:40 PM
BobCad imports Solidworks ".sldprt" data directly ever since V21. It does not import an assembly AFAIK. The file operation lists Siolidworks as the last item in the drop down list. Click it and go find the SW file you want to import. Bodcad brings in the file as a solid feature. Extract the features you want to use to generate gcode by using the drop down menus in the utilites area. HTH
JWI

BurrMan
03-14-2009, 05:24 PM
It also depends on what you want to do. If you choose a 3d toolpath, when you go to select geometry for the feature, it will select individual surfaces out of your geometry. The extracting would be more for like getting the "edges" out of a 3d model to use for profile and pocket operations.

BurrMan
03-14-2009, 05:28 PM
If you post a file, I'll try to video a couple toolpaths on it for you to get you started.