proe中config文件设置及保存
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
以下代码是我的config.pro文件设置,以及映射键设置,仅供参考,个人可根据自己的喜好设置。新建记事本文件,复制保存为config.pro放在启动目录下即可。当你修改了config.pro文件时,记得一定要保存在proe启动目录下,而不要保存在工作目录下,否则,下次Proe启动时,该修改不会生效
------------------以下是我的config设置
!跟踪文件路径
trail_dir E:\TerryKong\run-proe\trail
!模板路径
format_setup_file E:\TerryKong\run-proe\template format\
pro_format_dir E:\TerryKong\run-proe\template format\incase
!材料搜索路径
search_path E:\TerryKong\run-proe\materials
pro_material_dir E:\TerryKong\run-proe\materials
!系统颜色文件配置
system_colors_file E:\TerryKong\run-proe\syscol.scl
!轴线,平面,点默认隐藏
display_axes no
display_coord_sys no
display_coord_sys_tags no
display_points no
!工程图文件配置
drawing_setup_file E:\TerryKong\run-proe\cns_ISO.dtl
intf_out_layer part_layer
lang_propagate yes
!修改单位设置
pro_unit_length unit_mm
pro_unit_mass unit_kilogram
template_designasm mmns_asm_design.asm
template_esrasm mmns_asm_esr.asm
template_mfgcast mmns_mfg_cast.mfg
template_mfgcmm mmns_mfg_cmm.mfg
template_mfgemo mmns_mfg_emo.mfg
template_mfgmold mmns_mfg_mold.mfg
template_mfgnc mmns_mfg_nc.mfg
template_mold_layout mmns_mold_lay.asm
template_sheetmetalpart mmns_part_sheetmetal.prt
template_solidpart mmns_part_solid.prt
display_planes no
dialog_translation yes
menu_translation yes
msg_translation yes
help_translation yes
mapkey n @MAPKEY_LABELcreate new file;~ Command `ProCmdModelNew`;
mapkey 1 @MAPKEY_LABELView Front;~ Command `ProCmdViewNamePick` 1 ;\
mapkey(continued) ~ Select `nameviewlist` `nv_list`1 `FRONT`;
mapkey 2 @MAPKEY_LABELLeft;~ Command `ProCmdViewNamePick` 1 ;\
mapkey(continued) ~ Select `nameviewlist` `nv_list`1 `LEFT`;
mapkey 3 @MAPKEY_LABELright;~ Command `ProCmdViewNamePick` 1 ;\
mapkey(continued) ~ Select `nameviewlist` `nv_list`1 `RIGHT`;
mapkey 4 @MAPKEY_LABELTop;~ Command `ProCmdViewNamePick` 1 ;\
mapkey(continued) ~ Select `nameviewlist` `nv_list`1 `TOP`;
mapkey 5 @MAPKEY_LABELBottom;~ Command `ProCmdViewNamePick` 1 ;\
mapkey(continued) ~ Select `nameviewlist` `nv_list`1 `BOTTOM`;
mapkey 6 @MAPKEY_LABELback;~ Command `ProCmdViewNamePick` 1 ;\
mapkey(continued) ~ Select `nameviewlist` `nv_list`1 `BACK`;
mapkey 8 @MAPKEY_LABEL开特征\#;~ Command `ProCmdMdlTreeColumns` ;\
mapkey(continued) ~ Close `main_dlg_cur` `PHTLeft.SettingsCB`;\
mapkey(continued) ~ Select `column` `ListName`1 `item01`;~ Activate `column` `AddBtn`;\ mapkey(continued) ~ Activate `column` `OKBtn`;
mapkey 7 @MAPKEY_LABEL关特征\#;~ Command `ProCmdMdlTreeColumns` ;\
mapkey(continued) ~ Close `main_dlg_cur` `PHTLeft.SettingsCB`;~ Activate `column` `RmvBtn`;\
mapkey(continued) ~ Activate `column` `OKBtn`;
!特征操作
mapkey ce @MAPKEY_LABELcreate 拉伸;~ Command `ProCmdFtExtrude` ;\
mapkey(continued) ~ Activate `main_dlg_cur` `chkbn.extrev_1_placement.0`1 ;\
mapkey(continued) ~ Activate `extrev_1_placement.0.0` `PH.Sketch`;
mapkey cr @MAPKEY_LABELcreate rotate;~ Command `ProCmdFtRevolve` ;\
mapkey(continued) ~ Activate `main_dlg_cur` `chkbn.revolve_1_placement.0`1 ;\
mapkey(continued) ~ Trail `UI Desktop` `UI Desktop` `PREVIEW_POPUP_TIMER` \
mapkey(continued) `main_dlg_w1:PHTLeft.AssyTree:
mapkey(continued) ~ Activate `revolve_1_placement.0.0` `PH.Sketch`;
!草绘操作
mapkey df @MAPKEY_LABELsketch straight line;~ Command `ProCmdSketLine` 1;
mapkey dg @MAPKEY_LABELsketch centre line;~ Command `ProCmdSketCenterline` 1;