필터 지우기
필터 지우기

stlread returns different numbers of vertices/points

조회 수: 1 (최근 30일)
nvmnghia
nvmnghia 2020년 4월 20일
I'm using MATLAB R2019b. I have to edit a .m file which uses an accompanied stlread(). This one returns a struct stl, and I can use stl.vertices to get the points of the model.
From R2018b onwards, the stlread() and stlwrite() seem to be completely rewritten, returning a triangulation stl. The points are accessed through stl.Points. However, the number of points (as well as the loading time) drastically reduce. This new stlread() loads my sample file 5 times faster, and produces 10 times smaller number of points.
What really changed in the new stlread()? Can I directly modify stl.Points (e.g. rotate the point cloud,...)?

답변 (0개)

카테고리

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

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by