intersectPlaneSurf II

버전 1.2 (34.3 KB) 작성자: Mehmet OZTURK
Intersection of a plane with an arbitrary surface
다운로드 수: 1.7K
업데이트 날짜: 2014/11/20

라이선스 보기

Intersection of a plane with an arbitrary surface data. The surface must be in the form of faces and vertices strcture such as patch function and the faces of the surface must be defined with triangles. fv =
fv =
faces: [number of faces x 3 double]
vertices: [number of vertices x 3 double]
"p0" and "n" is used to define the plane. "p0" is a point that lies on
the plane and "n" is the normal vector of the plane.
The function actually calculates intersection segments of triangels of
the surface with the plane and finally all the calculated segments is
linked to each other to form a continuous intersection region

Note: You must compile provided mex file firstly

인용 양식

Mehmet OZTURK (2024). intersectPlaneSurf II (https://www.mathworks.com/matlabcentral/fileexchange/32256-intersectplanesurf-ii), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Triangulation Representation에 대해 자세히 알아보기
도움

받음: geom3d

Community Treasure Hunt

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

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

Will be available as a Toolbox file

1.1.0.0

Not an update, a small correction has been made in the name of the function.

1.0.0.0