The studyrlt utility can be used to export a warped geometry into a user-specified file. The utility supports the ASCII STL (.stl), Patran (.pat) and Model File (.udm) output formats. The Binary STL format is not supported.
This function is similar to the user interface feature ( ).
studyrlt.exe <study> -exportwarp <result ID> -actual|-opposite -scale <x> -output <filename> [-unit SI|Metric|English
Arguments | Description |
---|---|
<study> | Study filename with extension. |
-exportwarp | Export the warped geometry model. |
<result ID> | The warpage result data set to consider. The following result IDs are supported:
Note: For large deflection which is load factor dependent, only the warped shape of the maximum percentage of load factor (the last data set) is exported. It is usually the full load deflection.
|
-actual|-opposite | Export the actual warpage result or opposite warpage. |
-scale <x> | Scale factor applied to the warped model. |
-output <filename> | Write the warped geometry model to the specified file name and format, depending on the extension: <filename>.stl - ASCII STL format <filename>.udm - Model File format <filename>.pat - Patran format. Note: If the output file name is specified but no directory is specified, the output file will be stored in the working directory. If both the output file name and directory are specified, the output file will be stored in the specified location.
|
-unit <unit system> | Write the output in the specfied unit system (ASCII STL format only):
Note: For .udm and .pat output formats, the units option is not supported. These formats are always exported using SI units, even if another unit system is specified.
|
studyrlt.exe cpu_base.sdy -exportwarp 6250 -opposite -scale 5.0 -output cpu_6250.udm
studyrlt.exe cpu_base.sdy -exportwarp 6260 -actual -scale 5.0 -output cpu_6260.stl -unit English