Borrar filtros
Borrar filtros

Can I combine imported geometry with basic shapes?

3 visualizaciones (últimos 30 días)
Vágó Bendegúz
Vágó Bendegúz el 16 de Jun. de 2024
Respondida: Abhinaya Kennedy el 17 de Jun. de 2024
I have a geometry stored in an .stl file. I want to use it with importGeometry and add basic shapes to it in matlab later. How can I make it?

Respuestas (1)

Abhinaya Kennedy
Abhinaya Kennedy el 17 de Jun. de 2024
Import STL Geometry:
model = createpde;
gm = importGeometry(model, 'your_stl_file.stl');.
Add Basic Shapes:
Visualize:

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by