Can I combine imported geometry with basic shapes?

4 ビュー (過去 30 日間)
Vágó Bendegúz
Vágó Bendegúz 2024 年 6 月 16 日
回答済み: AKennedy 2024 年 6 月 17 日
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 Center および File ExchangeGeometry and Mesh についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by