Geometry information can be exported into ASCII UDM (.udm) format, using the studyrlt utility.
This function is equivalent to using the user interface feature
(Application menu > Export > Model)
The command line call to export model into UDM format is:
studyrlt <study> -exportudm [-output <filename>]
where the arguments are described as follows:
| Arguments | Description |
|---|---|
| <study> | Study filename with extension. |
| -exportudm | Export the model. |
| -output <filename> | Export the model into a file called <filename>.udm |
-output argument with the .udm extension.Export the model associated with the study file cpu_base.sdy into UDM format. The new file will be myfile.udm.
Studyrlt cpu_study.sdy –exportudm -output myfile