how to combine geometry's to single geometry variable after using importGeometry?
Show older comments
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.
Answers (1)
Balavignesh
on 15 Feb 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
Categories
Find more on STL (STereoLithography) in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!