Archive

Posts Tagged ‘Config’

Pro/ENGINEER工程图Config国标配置

December 2nd, 2008 Alex 15 comments

工程图模块几乎是所有三维设计软件里面设置最多的一部分,无论是使用ProE、UG或者是其他软件做机械零件设计。不同的人/公司出图纸的标准和格式都不一样,而且Pro/E属于外国软件,外国使用的标准和中国出图标准也是不一样的。所以在三维模型转成二维图纸前,对Pro/E工程图GB国标设置是非常的重要。

Pro/E三维设计需要配置Config文件,工程图中同样需要进行Config文件设置。在工程图中,右键属性——绘图选项,就可以进入工程图的Config设置,完成设置后保存为自己的一个配置文件,在ProE的环境Config中加入下列语句,那么每次启动ProE后都会自动加载工程图的配置。

drawing_setup_file = 保存的工程Config文件路径(*.dtl)

format_setup_file   = 保存的工程Config文件路径(*.dtl)

Read the rest of this entry »

Categories: 机械设计 Tags: , , , , View: 4,280 views

Pro/ENGINEER Config配置文件设置

March 10th, 2008 Alex 4 comments

在使用Pro/ENGINEER的时候,很多默认的设置都需要在Config里面进行,所以如何进行合理的设置,对整个Pro/ENGINEER工作环境影响是很大的。那么需要在Config里面设置什么内容呢?

其实Config里面就是修改软件启动的默认参数,设置完了以后存在xxxproeWildfire 4.0text文件目录下。一般设置如下:

一、基准显示:可以设置基准平面、基准轴、基准点、坐标等咚咚的默认显示;

  • display_axes no
  • display_coord_sys no
  • display_planes no
  • display_points no
  • model_note_display no

二、用户模板设置:设置用户默认模型文件模板;

  • template_designasm D:proeWildfire 4.0pro_stbstempture_file_dirmmks_asm_design.asm.2
  • template_sheetmetalpart D:proeWildfire 4.0pro_stbstempture_file_dirmmks_sheetmetal_part.prt.2
  • template_solidpart D:proeWildfire 4.0pro_stbstempture_file_dirmmks_solid_part.prt.5

Read the rest of this entry »

Categories: 机械设计 Tags: , , View: 7,506 views