Difference between revisions of "Exporting Parasolid from SolidWorks"

From PHASTA Wiki
Jump to: navigation, search
Line 1: Line 1:
Save out your Model as a parasolid from SolidWorks. This will have the format <file_name>.x_t.  Next, you'll want to change the extension from .x_t to .xmt_txt. To do this, run <code> mv <file_name>.x_t <file_name>.xmt_txt  </code> from your terminal. From here, you are ready to use [[Exporting to Simmetrix|simmodeler]].
+
Save out your Model as a parasolid from SolidWorks. This will have the format <file_name>.x_t.  Next, you'll want to change the extension from .x_t to .xmt_txt. To do this, run <code> mv <file_name>.x_t <file_name>.xmt_txt  </code> from your terminal. From here, you are ready to use [[Getting Started with Simmodeler|simmodeler]].

Revision as of 14:00, 9 September 2020

Save out your Model as a parasolid from SolidWorks. This will have the format <file_name>.x_t. Next, you'll want to change the extension from .x_t to .xmt_txt. To do this, run mv <file_name>.x_t <file_name>.xmt_txt from your terminal. From here, you are ready to use simmodeler.