Getting point cloud directly from a 3D CAD STL Model in Matlab

조회 수: 47 (최근 30일)
Mandeep Dhanda
Mandeep Dhanda 2016년 3월 11일
답변: Meg Noah 2021년 4월 1일
I have a 3-D CAD STL Model, which I have to convert into a point cloud. After that this point cloud is used by me as a input for furthur work. The resultant point cloud can be considered equivalent to a point cloud output from a Laser Scan/CMM of the object. No mesh generation is neeeded . pl, help me regarding this

답변 (2개)

sina Ebrahimi Farsangi
sina Ebrahimi Farsangi 2019년 10월 5일
Hi Mandeep . Did u find an answer to your question. I have the same problem...
  댓글 수: 2
darova
darova 2019년 10월 5일
fv = stlread('file.stl')
fv.vertices
Mandeep Dhanda
Mandeep Dhanda 2019년 10월 9일
Thanks@ sina Ebrahimi Farsangi, I got the answer long back, anyway Thanks for your reply.

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


Meg Noah
Meg Noah 2021년 4월 1일
There is a program on matlab central that returns the coordinates x,y,z that are the point cloud

카테고리

Help CenterFile Exchange에서 Model Import에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by