Pro/RENDER による Pro/ENGINEER から Alias への読み込み

Pro/ENGINEER レンダリング フォーマット ファイルを Alias Wire ファイルに変換する

  1. UNIX シェルを起動します。
  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