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.

STL file export - grid size

harichennai

New member
Hi all,


How do I automatically set (Using config.pro)control the chord heightand angle control values(Deviation control parameters)when Iam exporting .prt to .STL?


Is there any option in config.pro? I searched but in vain..


Iam using Pro/E 2001..


Thanks in advance..
 
Hi there,


I dont think there is a config.pro setting to define the value. The next best thing in my opinion is a mapkey. The pasted text below sets the cord height to 0.01 if it is to low, prowill automatically take the smallest value possible. It really depends on the accuracy & complexity of the model.


greets


Nick


mapkey exstl @MAPKEY_LABELEXPORTS A STL FILE CORD 0.01;\
mapkey(continued) ~ Select `main_dlg_cur` `MenuBar1`1 `File`;\
mapkey(continued) ~ Close `main_dlg_cur` `MenuBar1`;\
mapkey(continued) ~ Activate `main_dlg_cur` `File.psh_save_as`;\
mapkey(continued) ~ Open `file_saveas` `type_option`;~ Close `file_saveas` `type_option`;\
mapkey(continued) ~ Select `file_saveas` `type_option`1 `db_549`;\
mapkey(continued) ~ Activate `file_saveas` `OK`;\
mapkey(continued) ~ Update `export_slice` `ChordHeightPanel` `0.010000`;\
mapkey(continued) ~ FocusOut `export_slice` `ChordHeightPanel`;\
mapkey(continued) ~ Activate `export_slice` `Apply`;~ Activate `export_slice` `OK`;
 

Sponsor

Articles From 3DCAD World

Back
Top