필터 지우기
필터 지우기

meshgrid .stl file and extract data points?

조회 수: 7 (최근 30일)
Faez Alkadi
Faez Alkadi 2017년 8월 25일
편집: Faez Alkadi 2017년 8월 28일
How to meshgrid an .stl file. lets say we have a thin ribbon shape .stl part and need to meshgrid its face. How can i do this?
Thank you

채택된 답변

Abhisek Roy
Abhisek Roy 2017년 8월 28일
Hi,
Have a look at the following example -
https://www.mathworks.com/help/pde/examples/deflection-analysis-of-a-bracket.html
In this example, a bracket has been imported as a STL file and then FEA analysis has been done to find out the deflection under load. This will give you idea for the complete workflow.
Regards,
Abhisek
  댓글 수: 1
Faez Alkadi
Faez Alkadi 2017년 8월 28일
편집: Faez Alkadi 2017년 8월 28일
hello Abhisek,
This function doesn't work for me because my .stl model is in a ribbon shape which has only two faces. so i get the next error !
__________________________________________________________________________
Error using pde.DiscreteGeometry Failed to create geometry, the input does not form a closed volume. This may be due to missing faces or gaps in the input.
Error in pde.PDEModel/importGeometry (line 51) gm = pde.DiscreteGeometry(geofilename);
__________________________________________________________________________
any other suggestions ? and if i can mesh it, can i extract the data points in (x,y,z)? Thank you.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by