![]() |
Index for matGeom\meshes3d ![]() |
![]() | CONTENTS MESHES3D 3D Surface Meshes. |
![]() | AVERAGEMESH Compute average mesh from a list of meshes. |
![]() | BOXTOMESH Convert a box into a quad mesh with the same size. |
![]() | CHECKMESHADJACENTFACES Check if adjacent faces of a mesh have similar orientation. |
![]() | CIRCLEMESH Create a mesh defined by a 3D circle. |
![]() | CLIPCONVEXPOLYHEDRONBYPLANE Clip a convex polyhedron by a plane. |
![]() | CLIPMESHBYBOX Clip a mesh by a box. |
![]() | CLIPMESHBYPLANE Clip a mesh by a plane. |
![]() | CLIPMESHVERTICES Clip vertices of a surfacic mesh and remove outer faces. |
![]() | COLLAPSEEDGESWITHMANYFACES Remove mesh edges adjacent to more than two faces. |
![]() | CONCATENATEMESHES Concatenate multiple meshes. |
![]() | CREATECUBE Create a 3D mesh representing the unit cube. |
![]() | CREATECUBEOCTAHEDRON Create a 3D mesh representing a cube-octahedron. |
![]() | CREATEDODECAHEDRON Create a 3D mesh representing a dodecahedron. |
![]() | CREATEDURERPOLYHEDRON Create a mesh representing Durer's polyhedron . |
![]() | CREATEICOSAHEDRON Create a 3D mesh representing an Icosahedron. |
![]() | CREATEMENGERSPONGE Create a cube with an inside cross removed. |
![]() | CREATEOCTAHEDRON Create a 3D mesh representing an octahedron. |
![]() | CREATERHOMBODODECAHEDRON Create a 3D mesh representing a rhombododecahedron. |
![]() | CREATESOCCERBALL Create a 3D mesh representing a soccer ball. |
![]() | CREATESTELLATEDMESH Replaces each face of a mesh by a pyramid. |
![]() | CREATETETRAHEDRON Create a 3D mesh representing a tetrahedron. |
![]() | CREATETETRAKAIDECAHEDRON Create a 3D mesh representing a tetrakaidecahedron. |
![]() | CURVETOMESH Create a mesh surrounding a 3D curve. |
![]() | CUTMESHBYPLANE Cut a mesh by a plane. |
![]() | CYLINDERMESH Create a 3D mesh representing a cylinder. |
![]() | DISTANCEPOINTMESH Shortest distance between a (3D) point and a triangle mesh. |
![]() | DRAWFACENORMALS Draw normal vector of each face in a mesh. |
![]() | DRAWMESH Draw a 3D mesh defined by vertex and face arrays. |
![]() | DRAWPOLYHEDRON Draw polyhedron defined by vertices and faces. |
![]() | ELLIPSOIDMESH Convert a 3D ellipsoid to face-vertex mesh representation. |
![]() | ENSUREMANIFOLDMESH Apply several simplification to obtain a manifold mesh. |
![]() | FILLMESHFACES Fill the faces of a mesh with the specified colors. |
![]() | INTERSECTEDGEMESH3D Intersection points of a 3D edge with a mesh. |
![]() | INTERSECTLINEMESH3D Intersection points of a 3D line with a mesh. |
![]() | INTERSECTPLANEMESH Compute the polylines resulting from plane-mesh intersection. |
![]() | ISMANIFOLDMESH Check whether the input mesh may be considered as manifold. |
![]() | ISPOINTINMESH Check if a point is inside a 3D mesh. |
![]() | MERGECOPLANARFACES Merge coplanar faces of a polyhedral mesh. |
![]() | MERGEMESHVERTICES Merge two vertices and removes eventual degenerated faces. |
![]() | MESHADJACENCYMATRIX Compute adjacency matrix of a mesh from set of faces. |
![]() | MESHBOUNDARY Boundary of a mesh as a collection of 3D line strings. |
![]() | MESHBOUNDARYEDGEINDICES Indices of boundary edges of a mesh. |
![]() | MESHBOUNDARYEDGES Determine the boundary edges of a mesh. |
![]() | MESHBOUNDARYVERTEXINDICES Indices of boundary vertices of a mesh. |
![]() | MESHCENTROID Compute the centroid of the input mesh. |
![]() | MESHCURVATURES Compute principal curvatures on mesh vertices. |
![]() | MESHDIHEDRALANGLES Dihedral at edges of a polyhedal mesh. |
![]() | MESHEDGEFACES Compute index of faces adjacent to each edge of a mesh. |
![]() | MESHEDGELENGTH Lengths of edges of a polygonal or polyhedral mesh. |
![]() | MESHEDGES Computes array of edge vertex indices from face array. |
![]() | MESHEQUIVALENTELLIPSOID Equivalent ellipsoid with same moments as the given mesh. |
![]() | MESHFACE Return the vertex indices of a face in a mesh. |
![]() | MESHFACEADJACENCY Compute adjacency list of face around each face. |
![]() | MESHFACEAREAS Surface area of each face of a mesh. |
![]() | MESHFACECENTROIDS Compute centroids of faces in a mesh. |
![]() | MESHFACEEDGES Computes edge indices of each face. |
![]() | MESHFACENORMALS Compute normal vector of faces in a 3D mesh. |
![]() | MESHFACENUMBER Returns the number of faces in this mesh. |
![]() | MESHFACEPOLYGONS Returns the set of polygons that constitutes a mesh. |
![]() | MESHSILHOUETTE Compute the 2D outline of a 3D mesh on an arbitrary plane. |
![]() | MESHSURFACEAREA Surface area of a polyhedral mesh. |
![]() | MESHVERTEXCLUSTERING Simplifies a mesh using vertex clustering. |
![]() | MESHVERTEXNORMALS Compute normals to a mesh vertices. |
![]() | MESHVERTEXRING Compute the ring around the vertex of a mesh. |
![]() | MESHVOLUME (Signed) volume of the space enclosed by a polygonal mesh. |
![]() | MESHVORONOIDIAGRAM Voronoi Diagram on the surface of a polygonal mesh. |
![]() | MINCONVEXHULL Return the unique minimal convex hull of a set of 3D points. |
![]() | POLYHEDRA Index of classical polyhedral meshes. |
![]() | POLYHEDRONCENTROID Compute the centroid of a 3D convex polyhedron. |
![]() | POLYHEDRONMEANBREADTH Mean breadth of a convex polyhedron. |
![]() | POLYHEDRONNORMALANGLE Compute normal angle at a vertex of a 3D polyhedron. |
![]() | POLYHEDRONSLICE Intersect a convex polyhedron with a plane. |
![]() | READMESH Read a 3D mesh by inferring the format from the file extension. |
![]() | READMESH_OBJ Read mesh data stored in OBJ format. |
![]() | READMESH_OFF Read mesh data stored in OFF format. |
![]() | READMESH_PLY Read mesh data stored in PLY (Stanford triangle) format. |
![]() | READMESH_STL Read mesh data stored in STL format. |
![]() | REMOVEDUPLICATEFACES Remove duplicate faces in a face array. |
![]() | REMOVEDUPLICATEVERTICES Remove duplicate vertices of a mesh. |
![]() | REMOVEINVALIDBORDERFACES Remove faces whose edges are connected to 3, 3, and 1 faces. |
![]() | REMOVEMESHEARS Remove vertices that are connected to only one face. |
![]() | REMOVEMESHFACES Remove faces from a mesh by face indices. |
![]() | REMOVEMESHVERTICES Remove vertices and associated faces from a mesh. |
![]() | REMOVEUNREFERENCEDVERTICES Remove unreferenced vertices of a mesh. |
![]() | REVERSEMESHFACEORIENTATION Reverse the normal of each face in the mesh. |
![]() | SMOOTHMESH Smooth mesh by replacing each vertex by the average of its neighbors. |
![]() | SMOOTHMESHFUNCTION Apply smoothing on a functions defines on mesh vertices. |
![]() | SPHEREMESH Create a 3D mesh representing a sphere. |
![]() | SPLITMESH Return the connected components of a mesh. |
![]() | STEINERPOLYTOPE Create a steiner polytope from a set of vectors. |
![]() | SUBDIVIDEMESH Subdivides each face of the mesh. |
![]() | SURFTOMESH Convert surface grids into face-vertex mesh. |
![]() | TETRAHEDRONVOLUME Signed volume of a tetrahedron. |
![]() | TORUSMESH Create a 3D mesh representing a torus. |
![]() | TRANSFORMMESH Applies a 3D affine transform to a mesh. |
![]() | TRIANGULATECURVEPAIR Compute triangulation between a pair of 3D open curves. |
![]() | TRIANGULATEFACES Convert face array to an array of triangular faces. |
![]() | TRIANGULATEMESH Convert a non-triangle mesh into a triangle mesh. |
![]() | TRIANGULATEPOLYGONPAIR Compute triangulation between a pair of 3D closed curves. |
![]() | TRIANGULATEPOLYGONPAIR3D Compute a triangulation between a pair of 3D polygons. |
![]() | TRIMMESH Reduce memory footprint of a polygonal mesh. |
![]() | TRIMESHEDGEFACES Compute index of faces adjacent to each edge of a triangular mesh. |
![]() | TRIMESHMEANBREADTH Mean breadth of a triangular mesh. |
![]() | TRIMESHSURFACEAREA Surface area of a triangular mesh. |
![]() | WRITEMESH Write 3D mesh data by inferring format from file name. |
![]() | WRITEMESH_OFF Write a mesh into a text file in OFF format. |
![]() | WRITEMESH_PLY Write a mesh into a file in PLY format. |
![]() | WRITEMESH_STL Write mesh data in the STL format. |