Purpose
Converts Alias wire files to OBJ files.
Description:
| AlToObj [-h] -i <infile> [-o <outfile>] [-h] |
|
| -h |
displays help information, then exits. |
| infile |
name of input Alias wire file;. If this is not specified, standard input (generally the keyboard) is used. |
| outfile |
name of utput OBJ format file; this must be specified. |
| -c |
convert faces to curves; default is trimmed surfaces |
| -g |
do not create a group for each geometric object |
| -u |
<units> where1 is inches2 is millimeters3 is feet4 is miles5 is meters6 is kilometers7 is millimeters8 is microns9 is centimeters10
is microinches
|
| -s |
<scale> geometry scale factor |
| -t |
<tol> tolerance value for tesselation |