이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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 (2026). intersectPlaneSurf II (https://kr.mathworks.com/matlabcentral/fileexchange/32256-intersectplanesurf-ii), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 받은 파일: geom3d
