meshArea.m

버전 1.0.0.0 (824 Bytes) 작성자: Thomas Seers
Calculate the area of a triangular irregular network
다운로드 수: 254
업데이트 날짜: 2014/9/29

라이선스 보기

Calculate the area of a 3D triangular irregular network (TIN) mesh using the vertex and face list data. Note that most common file formats used to store TIN data (e.g. .obj / .ply) use zero indexing meaning that the face list will need to be converted to non-zero indexing in matlab:
faces = faces+ones(size(faces,1),3);


INPUT:
faces - mx3 face indexes of the mesh

points - nx3 vertex data of the mesh

OUTPUT:
areaTIN - mx1 triangular area measurements matched to face list

인용 양식

Thomas Seers (2024). meshArea.m (https://www.mathworks.com/matlabcentral/fileexchange/47957-mesharea-m), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2013b
모든 릴리스와 호환
플랫폼 호환성
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