Difference between revisions of "Exporting Parasolid from SolidWorks"
Conrad54418 (talk | contribs) |
Conrad54418 (talk | contribs) |
||
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 <code><file_name>.x_t</code>. Next, you'll want to change the extension from <code>.x_t</code> to <code>.xmt_txt</code>. 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 [https://fluid.colorado.edu/tutorials/Convert2Sim_Tutorial.mp4 here]. | 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 <code><file_name>.x_t</code>. Next, you'll want to change the extension from <code>.x_t</code> to <code>.xmt_txt</code>. 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 [https://fluid.colorado.edu/tutorials/Convert2Sim_Tutorial.mp4 here]. | ||
− | Note: For the convert step, you cannot be on portal1 (viz003 machine works). Also, the file "convertParasolid2Sim.sh" may be found in the directory /users/mabl7046/Group_Dir | + | Note: For the convert step, you cannot be on portal1 (viz003 machine works). Also, the file "convertParasolid2Sim.sh" may be found in the directory <code>/users/mabl7046/Group_Dir</code> |
Once this is complete, you are ready to use [[Getting Started with Simmodeler| simmodeler]]. Note, if you do not have a parasolid model of your own, please go to the directory <code> /projects/tutorials/On_Ramp_parasolid</code> and use <code> On_ramp_example.x_t</code>. | Once this is complete, you are ready to use [[Getting Started with Simmodeler| simmodeler]]. Note, if you do not have a parasolid model of your own, please go to the directory <code> /projects/tutorials/On_Ramp_parasolid</code> and use <code> On_ramp_example.x_t</code>. |
Revision as of 11:58, 8 January 2021
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.
Note: For the convert step, you cannot be on portal1 (viz003 machine works). Also, the file "convertParasolid2Sim.sh" may be found in the directory /users/mabl7046/Group_Dir
Once this is complete, you are ready to use simmodeler. Note, if you do not have a parasolid model of your own, please go to the directory /projects/tutorials/On_Ramp_parasolid
and use On_ramp_example.x_t
.