mesh_process op• 데이터 종류: mesh → measurement
• 호출: import fullseye as fs; fs.ledger.mesh_area(mesh) -> 'float'(구현을 직접 호출하려면 import mesh_props; mesh_props.mesh_area(mesh) -> 'float', 원장에서 가져오려면 ops3d.get("mesh_area"))
삼각형 메시의 표면적(모든 삼각형 면적의 총합). → float.
> 아래 상세 설명은 원문입니다 —— 요약과 제목은 번역되어 있습니다.
面積 = Σ 0.5·|cross(v1−v0, v2−v0)|。頂点数に定数を掛ける素朴な近似ではなく、実際の面の
大きさを積算するので、メッシュのスケール・形状に正しく追随する。
Args:
mesh: (vertices (N,3), faces (M,3)) のタプル。
Returns:
表面積(非負の float)。
Raises:
ValueError: mesh が (vertices, faces) の 2 要素でない、形状不正、非有限座標、非整数・
範囲外の index、空、または 3 頂点のどれかが同じ index の三角形があるとき。
注意: `face_normals` と違い、座標がほぼ一直線に並んだ退化三角形(面積 0)は拒否せず 0 として
加算する。重複面や表裏 2 枚張りの面はそのまま 2 回数えられる。単位は座標の単位の 2 乗。
• blender_interop — Blender との併用 — 形を作って fullseye で測る(軸・単位・正解データの罠)
• 샘플 데이터 카탈로그(DL URL / 라이선스) —— 2-D 는 skimage.data(BSD/public)+ 합성, 3-D 는 실데이터 소스(Stanford/PDS 등)의 DL URL.
• 연산자의 내력·참고문헌 —— 이 연산자 족의 바탕이 된 연구/기법의 출처.
• dl_mesh_curvature — py -3.11 examples_3d/dl_mesh_curvature.py
• mesh_props — py -3.11 examples_3d/mesh_props.py
measurement 를 입력으로 받는 것)vol_gaussian_psf · fuse_to_voxel · fresnel_reflectance · snell_angle
mesh_process)laplacian_smooth · taubin_smooth · decimate_qem · face_normals · vertex_normals · vertex_curvature · face_areas · mesh_volume
*Provenance: mesh_props.py — 3D 연산자 레지스트리. 이 op 노트는 tools/opdocs.py md 가 자동 생성합니다(직접 편집하지 마세요).*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.