AlToC5
Converts Alias Wire files to CATIA Part (.CATPart) files.
Usage:
AlToC5 [<options>] -i <input Wire file> -o <output CATIA file>
where
| Argument | Value |
|---|
| -i | input Wire filename (.wire) |
| -o | output CATIA filename (.CATPart) |
| -a | do not convert layer to open body/geometrical set or hybrid body feature |
| -e | do not convert empty layers |
| -b | Processes symmetry information from Alias layers; the geometric objects are converted. |
| -m | export meshes to cloud meshes |
| -v | do not convert invisible geometric entities |
| -x | do not convert curves-on-surface |
| -l | logfile option: 0=No logfile output (default) 1=Output a logfile (-l1) 2=Output an extended logfile (-l2) |
| -r | the release of the CATPart file (10,11,12,13,14,15,16,17,18,19,20,21,22,23). Default is 23. |
| -s | do not stitch open/closed shell faces (ignore topology) |
| -w | confirmation for overwriting an existing CATIA V5 Part file |
| -h |
display this help information, then exit |
| -k | do not preserve visual orientation |
| Surface (divide/split) options: | |
| -c | Do not divide closed/periodic surface in multiple surfaces. By default, AlToC5 will split any closed/periodic surface and trimmed surface in two pieces if this option is not specified. |
| -d | divide surface with multi-knots in multiple surfaces |
By default, AlToC5 will split any closed/periodic surface and trimmed surface in two pieces.
If -c option is specified, we don't split them.