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 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