Options | |||
---|---|---|---|
Option | Param | Description | |
-i | --ignore | Ignore non existing source files without warning. | |
-B | --brief | Print the 0-based tringle index instead of the triangle coordinates. | |
-l | --long | If set, print a calculation log. If set twice, print a calculation log for each octree traversing step. | |
-c | --const | list | Define a const value, that is used by the internal encoders as predefined global variable. This option allow conditional encodings of text files. It can be used multiple times to allow multiple definitions.
Parameter |
--scale | vector[@origin] | Transform the data: Scale all KMP coordinates and size values by 'vector'. Negative values mirror the coordinates. Each parameter is either a vector expression or a comma separated list of coordinates ('x,z' or 'x,y,z'). If the origin is not set, use Transformations are calculated in the order SCALE, SHIFT, ROTATE. |
|
--shift | vector | Transform the data: Add 'vector' to all KMP coordinates. 'vector' is either a vector expression or a comma separated list of coordinates ('x,z' or 'x,y,z'). Transformations are calculated in the order SCALE, SHIFT, ROTATE. |
|
--xss | x1old,x1new,x2old,x2new | --xss (x-scale-shift) calculates the X values of --scale and --shift, so that the old values are transformed to the new values. | |
--yss | y1old,y1new,y2old,y2new | --yss (y-scale-shift) calculates the Y values of --scale and --shift, so that the old values are transformed to the new values. | |
--zss | z1old,z1new,z2old,z2new | --zss (z-scale-shift) calculates the Z values of --scale and --shift, so that the old values are transformed to the new values. | |
--hrot | degree[@origin] | Transform the data: Rotate all KMP coordinates and rotation values horizontal counterclockwise by the angle 'degree'. Each parameter is either a vector expression or a comma separated list of coordinates ('x,z' or 'x,y,z'). If the origin is not set, use Transformations are calculated in the order SCALE, SHIFT, ROTATE. |
|
--kcl | list | Set global options for KCL processing. Parameter |
|
--kcl-flag | joblist | Modify the KCL flag of KCL files. A comma separated job list in the format
All KCL flags of the source list are assigned to the new value
Example: |
|
--kcl-script | script | After reading a KCL source file, the text file |