
Load a graphic STL file saved in a Object in a Simulink solid block.
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi everyone!
I'm wondering if it is a possibility to use a STL file that is saved in a class instance (object) for the visualization of a solid block in Simmechanics ?
Thanks for your help.
0 Commenti
Risposte (1)
Sebastian Castro
il 2 Ott 2014
Modificato: Sebastian Castro
il 2 Ott 2014
Yes, you can use STL or STEP files for visualization. Note that STEP files are new in R2014a, but they give you the advantage of automatic inertia calculations (assuming uniform mass/density). With STL files, you'll have to manually enter the mass and inertia properties.
What you need to do is set the geometry to "From file" and then specify the file you want to use. Check out the image below.

Also, if you're using SolidWorks, Inventor, or PRO/ENGINEER, you can import entire CAD assemblies into SimMechanics. This is a free add-on named SimMechanics Link.
3 Commenti
Sebastian Castro
il 2 Ott 2014
Interesting... If your object contains the file name of your STL file, then this could work. Instead of browsing to the file, you can instead use a MATLAB expression like
myObject.getSTLFileName()
so long as the output of that function is a MATLAB character array.
If the STL file itself is embedded in the object, that might be pretty tricky :)
Vedere anche
Categorie
Scopri di più su Model Import in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!