Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Stock Material

camtd

New member
<DIV>Hi</DIV>
<DIV></DIV>
<DIV>I have material specified in my model. But when I assign a tool in manufacturing the material box shows unspecified and does not toggle to any options. </DIV>
<DIV></DIV>
<DIV>How do I get this to link together correctly?</DIV>
<DIV></DIV>
<DIV>Thank You</DIV>
 
I think the option you are looking for is answered by creating / slelcting a material for the workpiece in the Operation definition dialog box. Look near the bottom of the dialog box that is used to create the Operation specifics. You should find a location (drop down list box) to select the workpiece material.

This drop down list actually points to a location specified bt a config.pro option:
Pro_mf_tprm_dir <directory_you_choose>
This location contains a directory structure, usually with a folder called 'materials' at the top, and then a folder belwo that for each individual material. Something like this:

..\material
|
Steel
Aluminum
<etc>

The tool files, which are simply ASCII text files, will be stored in the top level folder, material. Then the cutting conditions files will be stored in the corresponding folder underneath the materials folder.
Note that the files for the tool definition and cuttin condition will be named the same, but contain different information.

ALso note that this style / method had changed with WF3, in that an XML file will be used to contain the same information.

hope that answers the question you asked. If not, sorry for the long winded (and worthless) piece of info.

regards-
-tsl
 

Sponsor

Back
Top