Converts NX files to Alias .wire files.
NXToAlias [options] <infile> <outfile> | |
infile | The name of the input NX file. |
outfile | The name of the output Alias wire file. |
Options: | |
-i | Input NX (.prt) file. |
-o | Output Alias (.wire) file |
-c | Do not import curves. |
-g | Do not import categories. |
-l | Do not output logfile. |
-m | Do not import meshes. |
-n | Do not import NURBS geometry. |
-p | Do not import points. |
-s | Shrink base surfaces to trim regions. |
-u | Import solids and open sheet bodies as surfaces. |
-g | Optimizes CV layouts for use in Alias. |
-layerSelect | Specifies which layers in the imported NX file to open in Alias. Specify the target layer numbers in a string contained by quotations, such as the following: -layerSelect "1,4,6";. |