Difference between revisions of "Exporting Parasolid from SolidWorks"
From PHASTA Wiki
Line 1: | Line 1: | ||
− | Save out your Model as a parasolid from SolidWorks. Note that you will want the geometry as close to ready for meshing as possible, as performing model "surgery" in simmodeler is not always straight forward. The outputted file 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 for the ''convert'' step, which is documented here [https://fluid.colorado.edu/tutorials/Convert2Sim_Tutorial.mp4|here]. Once this is complete, you are ready to use [[Getting Started with Simmodeler | + | Save out your Model as a parasolid from SolidWorks. Note that you will want the geometry as close to ready for meshing as possible, as performing model "surgery" in simmodeler is not always straight forward. The outputted file 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 for the ''convert'' step, which is documented here [https://fluid.colorado.edu/tutorials/Convert2Sim_Tutorial.mp4|here]. Once this is complete, you are ready to use [[Getting Started with Simmodeler/ simmodeler]]. |
Revision as of 15:31, 9 September 2020
Save out your Model as a parasolid from SolidWorks. Note that you will want the geometry as close to ready for meshing as possible, as performing model "surgery" in simmodeler is not always straight forward. The outputted file 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 for the convert step, which is documented here [1]. Once this is complete, you are ready to use Getting Started with Simmodeler/ simmodeler.