Trying to 3D export from openprop to stl

조회 수: 14 (최근 30일)
Saheed Olawale
Saheed Olawale 2022년 8월 17일
답변: Mathy 2024년 8월 17일
I have tried all the necessary codes to export 3D propeller from openprop matlab source code, to stl, anybody that can provide me with a code to do that will be highly appreciated

답변 (1개)

Mathy
Mathy 2024년 8월 17일
Hi Shaheed,
To export a 3D propeller from OpenProp MATLAB code to an STL file, you can use the stlwrite function. For guidance on using stlwrite, refer to this documentation: https://www.mathworks.com/help/matlab/ref/stlwrite.html. You may need to convert your data into a triangulation object and then pass it as an argument to the stlwrite function.
Hope this helps!

카테고리

Help CenterFile Exchange에서 STL (STereoLithography)에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by