how to combine geometry's to single geometry variable after using importGeometry?
Afficher commentaires plus anciens
Hello all I want to plot object I created in CAD software and than visualies rotation according to euler angles or quaternions.
The object\component containes multiple bodyies, so I used importGeometry function for each STL (for each body).
how can i combine all the geomtrys of all the imported stl files together to single geometry? i want them all to move as one rigid body.
thank you very much.
Réponses (1)
Balavignesh
le 15 Fév 2023
0 votes
Hi Eyal,
I understand that you are importing geometries from multiple STL.
The addCell function will be useful if you wish to combine two 3D-geometries by adding one within a cell of another.
Hope this helps
Catégories
En savoir plus sur STL (STereoLithography) dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!