필터 지우기
필터 지우기

Question about STL file

조회 수: 28 (최근 30일)
Ano
Ano 2018년 12월 4일
댓글: Cris LaPierre 2021년 9월 15일
Hello!
I have an STL file which contains the facets and vertices. My concern is about the way the facets are saved because I have noticed that the facets don't seem to have any common nodes with each other which is not obvious for me, so it would be very much appreciated if anyone can tell if this is normal or I am having some problem in my file!
Note: I have attached a screenshot of the STL file
Thank you and best regards!facets_stl.png
  댓글 수: 2
KSSV
KSSV 2018년 12월 4일
편집: KSSV 2018년 12월 4일
Attach your file.....the faces/ triangles should be sharing nodes.
Ano
Ano 2018년 12월 4일
Thank you for you reply.
yes I agree that they should by they are not sharing nodes and the model seems to be correct!
Any ideas?!
Note: Please find attached the STL file and the facets and the nodes .
Thank you and best regards!

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

채택된 답변

Cris LaPierre
Cris LaPierre 2018년 12월 5일
편집: Cris LaPierre 2018년 12월 5일
How are you reading the file into MATLAB? If I follow the example on the stlread documentation, I can import and plot the mesh.
data = stlread('femur.stl');
trimesh(data,'FaceColor','none','EdgeColor','k')
The interesting thing is the numbers from the various files are different.
  • stlread imports 33332x3 points and 66670x3 ConnectivityList
  • Your screenshot shows the values similar to what I see in ConnectivityList, but 178726x3 of them.
  • fv contains 66674x3 faces and 200022x3 vertices. How were faces and vertices created?
  댓글 수: 11
Ajay Deshmukh
Ajay Deshmukh 2021년 9월 15일
can anybody tell me how should I overlap this two stl models, there is gap between this two files. I want to overlap them on each other to measure how much the deformed model has deformed compared with non deformed model.
Cris LaPierre
Cris LaPierre 2021년 9월 15일
You should ask this question in a new post.

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

추가 답변 (0개)

카테고리

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