Exporting model into readable UDM (.udm) format

Geometry information can be exported into ASCII UDM (.udm) format, using the studyrlt utility.

This function is equivalent to using the user interface feature Export model (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:

ArgumentsDescription
<study>Study filename with extension.
-exportudmExport the model.
-output <filename>Export the model into a file called <filename>.udm
Note: The UDM file name will use the study file name prefix or the prefix supplied by -output argument with the .udm extension.

Example 1

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