使用 Pro/ENGINEER 数据

设置用于导出和导入 STEP 或 IGES 文件“Pro/ENGINEER”选项

  1. 在“Pro/ENGINEER”中,选择“Utilities”>“Options”
  2. 将以下数据添加到配置文件。
    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 文件

  1. 打开 Unix shell。
  2. 键入实用程序帮助命令:
    PRenderToAlias -h
    
  3. 根据需要选择以下选项,输入您的命令。
    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)

为 Pro/ENGINEER 创建 PTC Granite 文件(仅限于 Windows)

  1. 选择“Surface Edit”>“Stitch”>“Shell Stitch”,以确保在采用 PTC Granite 格式导出闭合的体积之前已创建该体积。
  2. 选择要导出的对象,使其成为“活动”对象。
  3. 选择“File”>“Export”>“Active As”
  4. 在“File Format”下拉菜单中选择“PTC Granite”
  5. 如果文件将由较旧版本的 Pro/ENGINEER 读取,则您可能需要将转换器的“Granite Version”设置为较旧的版本。默认版本为“Granite 6.0”(当前版本)。
  6. 选择“Save”图标并指定 PTC Granite 文件名。Alias 会自动将 .g 扩展名附加到该文件名后。此文件现在已准备就绪,可以读入 Pro/ENGINEER 中。

为 Pro/ENGINEER 创建 IGES 格式文件

  1. 拾取要导出的对象,使其成为活动对象。
  2. 选择“File”>“Export”>“Active As”
  3. 在“File Format”下拉菜单中选择“IGES”
  4. 选择“Save”图标并指定 IGES 文件名。Alias 会自动将 .igs 扩展名附加到该文件名后。

    该文件现在已准备就绪,可以读入 Pro/ENGINEER 中。

在 Alias 中为 Pro/ENGINEER 创建 STEP 文件

  1. 选择要导出的对象,使其成为“活动”对象。
  2. 选择“File”>“Export”>“Active As”
  3. 在“File Format”下拉菜单中选择“STEP”
  4. 选择“AP214”作为“Application Protocol”
  5. Alias 模型应当已缝合到实体壳(体积)或壳(不描述体积的缝合曲面组)中。
  6. 在“Model Type”下选择以下选项之一:

    Manifold Shells — 以 G3 流形壳格式保存的不描述体积的缝合曲面集合。

    Brep Solids — 以 G5 Brep 实体格式输出的描述闭合体积的缝合几何体。

  7. 选择“Save”图标并指定 STEP 文件名。Alias 会自动将 .stp 扩展名附加到该文件名后。此文件现在已准备就绪,可以读入 Pro/ENGINEER 中。