设置用于导出和导入 STEP 或 IGES 文件“Pro/ENGINEER”选项
- 在“Pro/ENGINEER”中,选择“Utilities”>“Options”。
- 将以下数据添加到配置文件。
IGES_OUT_ALL_SRFS_AS 128
IGES_OUT_SPL_CRVS_AS_126 YES
IGES_OUT_SPL_SRFS_AS_128 YES
IGES_OUT_MIL_D_28000 NO
IGES_OUT_TRM_SRFS_AS_143 NO
IGES_OUT_TRIM_CURVE_DEVIATION DEFAULT
INTF_OUT_BLANKED_ENTITIES NO
INTF3D_OUT_EXTEND_SURFACE YES
INTF3D_OUT_FORCE_SURF_NORMALS YES
IGES_IN_106_F2_AS_SPLINE NO
IGES_IN_DWG_LINE_FONT YES
IGES_IN_DWG_PNT_ENT YES
IGES_IN_DWG_COLOR YES
FIX_BOUNDARIES_ON_IMPORT YES
将 Pro/ENGINEER Render 格式的文件转换为 Alias Wire 文件
- 打开 Unix shell。
- 键入实用程序帮助命令:
PRenderToAlias -h
- 根据需要选择以下选项,输入您的命令。
PRenderToAlias
Arguments: [<options>] [<infile> [<outfile>]]
Options:
-s
scale Input scale factor (for example. -s2.0)
-u
Input units. Acceptable values are MI,FT,IN,MIL,UIN,KM,M,CM,MM,UM]. The default is -uIN
-g
Group the geometry
-n
Do not merge vertices
-r
Recalculate vertex normals
-p
Merge vertices according to xyz position only
-t pos_tol
Specify merge vertices position tolerance value in input units. The default is 0.0001.
-a nrm_tol.
Specify merge vertices normal tolerance value in degrees. The default is 1 degree.
Where:
<infile> is a Pro/ENGINEER Render file. If it is absent, input comes from stdin.
<outfile> is an Alias wire file. If it is absent, output goes to stdout.
By default all vertices are merged according to their positions and normals.
样例
PRenderToAlias crankshaft.slp crankshaft.wire
PRenderToAlias -g -t0.001 hammer.slp hammer.wire
导出 PTC Granite 文件的工作流(仅限于 Windows)
将 PTC Granite 几何体从 Alias 导出到 Pro/ENGINEER 时,您应执行以下操作:
- 在 Alias 中创建用于 Pro/ENGINEER 的模型之前,将“Preferences”>“Construction Options”
“Construction Presets”设置为“Pro/ENGINEER”。
- 使用 Alias,选择“File”>“Save As”(“File Format Option”设置为“PTC Granite”),以保存模型,
或
使用 Alias,选择“File”>“Export”>“Active As”(“File Format Option”设置为“PTC Granite”),以保存模型的选定部分。
- 确保将 Pro/ENGINEER 和 Alias 中系统的单位设置为毫米(默认值)。
- 在将 PTC Granite 文件导入 Pro/ENGINEER 之前,确保模型零件文件没有短边(短于曲面拟合公差)。若要进行检查,请使用“Evaluate”>“Check Model”
并选择“Product Data Quality Recommended Checks”部分下的选项“Short Edges”。
- 在将 Alias 模型另存为 PTC Granite 文件之前,请尝试从该模型中移除所有曲面多余节点。不可以将含多余节点的 PTC Granite 文件读入含有适当修剪边的 Pro/ENGINEER 中。
- 通过在保存之前将闭合曲面(如圆柱体、圆环体、球体和圆锥体)分割为两个或四个部分,以节省转换时间,更快地转换为 PTC Granite 格式。Pro/ENGINEER 转换器将自动分割闭合曲面,但是如果在转换之前完成此过程,则会节省时间。
为 Pro/ENGINEER 创建 PTC Granite 文件(仅限于 Windows)
- 选择“Surface Edit”>“Stitch”>“Shell Stitch”
,以确保在采用 PTC Granite 格式导出闭合的体积之前已创建该体积。
- 选择要导出的对象,使其成为“活动”对象。
- 选择“File”>“Export”>“Active As”
。
- 在“File Format”下拉菜单中选择“PTC Granite”。
- 如果文件将由较旧版本的 Pro/ENGINEER 读取,则您可能需要将转换器的“Granite Version”设置为较旧的版本。默认版本为“Granite 6.0”(当前版本)。
- 选择“Save”图标并指定 PTC Granite 文件名。Alias 会自动将 .g 扩展名附加到该文件名后。此文件现在已准备就绪,可以读入 Pro/ENGINEER 中。
为 Pro/ENGINEER 创建 IGES 格式文件
- 拾取要导出的对象,使其成为活动对象。
- 选择“File”>“Export”>“Active As”
。
- 在“File Format”下拉菜单中选择“IGES”。
- 选择“Save”图标并指定 IGES 文件名。Alias 会自动将 .igs 扩展名附加到该文件名后。
该文件现在已准备就绪,可以读入 Pro/ENGINEER 中。
在 Alias 中为 Pro/ENGINEER 创建 STEP 文件
- 选择要导出的对象,使其成为“活动”对象。
- 选择“File”>“Export”>“Active As”
。
- 在“File Format”下拉菜单中选择“STEP”。
- 选择“AP214”作为“Application Protocol”。
- Alias 模型应当已缝合到实体壳(体积)或壳(不描述体积的缝合曲面组)中。
- 在“Model Type”下选择以下选项之一:
Manifold Shells — 以 G3 流形壳格式保存的不描述体积的缝合曲面集合。
或
Brep Solids — 以 G5 Brep 实体格式输出的描述闭合体积的缝合几何体。
- 选择“Save”图标并指定 STEP 文件名。Alias 会自动将 .stp 扩展名附加到该文件名后。此文件现在已准备就绪,可以读入 Pro/ENGINEER 中。