Converts CATIA V5 part (.CATPart), product (.CATProduct), and .cgr files to Alias wire files.
Catia5ToAlias -i <CATIA V5 file> -o <Wire file> [<options>]
where
Argument | Value |
---|---|
-i | input CATIA filename (.CATPart, .CATProduct, or .cgr) |
-o | output Wire filename (.wire) |
-c | import curves |
-l | output logfile (.catia2alias) |
-n | import NURBS data (solids, shells, surfaces, curves, points) |
-u | import cloud data |
-w | import weld data |
-m | import meshes |
-q | convert geometric sets to layer folders |
-e | retrieve empty geometric sets |
-f | import infinite geometry |
-t | tolerance used for merging vertices (default 0.0001) |
-p | import points |
-s | shrink base surfaces to trim regions |
-v | import invisible (noshow) geometry |
-x | merge vertices |
-k | keep topology for sheet and solid bodies |
-g | enable geometry optimization |
-d | enable splitting of periodic surfaces |
-b | keep colors for meshes |
-mat | materials/colors option: 0 = materials to HW shaders and fill colors to diagnostics shader colors (default value), 1 = fill colors to HW shaders and materials are ignored. |