removeVerticesPatch​(fvcIn,removeVertic​eList)

버전 1.0.0.0 (4.92 KB) 작성자: Lane Foulks
Removes repeated, unused, and specified vertices in a FV structure of patch data.
다운로드 수: 352
업데이트 날짜: 2015/11/20

라이선스 보기

This function will take in a FV structure of patch data and remove any repeated vertices in fvcIn.vertices. It will find vertices in fvcIn that match points in the removeVerticeList, and will also remove any faces in fvcIn that reference vertices to be removed. It then check to see if any further vertices became unused after faces were removed, and remove them as well. If fvcIn contains field 'facevertexcdata', that field will be also updated. This function was created to modify patches before using code to convert patch to STL file; ran into problems with STL files generated from patches with unused vertices. (Note, developed in MATLAB R2013a)

인용 양식

Lane Foulks (2024). removeVerticesPatch(fvcIn,removeVerticeList) (https://www.mathworks.com/matlabcentral/fileexchange/54102-removeverticespatch-fvcin-removeverticelist), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2013a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Added example picture to submission.