MESHFACEPOLYGONS Returns the set of polygons that constitutes a mesh. POLYGONS = meshFacePolygons(V, F) POLYGONS = meshFacePolygons(MESH) Example [v f] = createCubeOctahedron; polygons = meshFacePolygons(v, f); areas = polygonArea3d(polygons); sum(areas) ans = 18.9282 See also meshes3d, meshFace, polygonArea3d
Package: matgeom