Can I combine imported geometry with basic shapes?

35 次查看(过去 30 天)
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?

回答(1 个)

AKennedy
AKennedy 2024-6-17
Import STL Geometry:
model = createpde;
gm = importGeometry(model, 'your_stl_file.stl');.
Add Basic Shapes:
Visualize:

类别

Help CenterFile Exchange 中查找有关 Geometry and Mesh 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by