< Master index Index for matGeom\meshes3d >

Index for matGeom\meshes3d

Matlab files in this directory:

 ContentsCONTENTS MESHES3D 3D Surface Meshes.
 averageMeshAVERAGEMESH Compute average mesh from a list of meshes.
 boxToMeshBOXTOMESH Convert a box into a quad mesh with the same size.
 checkMeshAdjacentFacesCHECKMESHADJACENTFACES Check if adjacent faces of a mesh have similar orientation.
 circleMeshCIRCLEMESH Create a mesh defined by a 3D circle.
 clipConvexPolyhedronByPlaneCLIPCONVEXPOLYHEDRONBYPLANE Clip a convex polyhedron by a plane.
 clipMeshByBoxCLIPMESHBYBOX Clip a mesh by a box.
 clipMeshByPlaneCLIPMESHBYPLANE Clip a mesh by a plane.
 clipMeshVerticesCLIPMESHVERTICES Clip vertices of a surfacic mesh and remove outer faces.
 collapseEdgesWithManyFacesCOLLAPSEEDGESWITHMANYFACES Remove mesh edges adjacent to more than two faces.
 concatenateMeshesCONCATENATEMESHES Concatenate multiple meshes.
 createCubeCREATECUBE Create a 3D mesh representing the unit cube.
 createCubeOctahedronCREATECUBEOCTAHEDRON Create a 3D mesh representing a cube-octahedron.
 createDodecahedronCREATEDODECAHEDRON Create a 3D mesh representing a dodecahedron.
 createDurerPolyhedronCREATEDURERPOLYHEDRON Create a mesh representing Durer's polyhedron .
 createIcosahedronCREATEICOSAHEDRON Create a 3D mesh representing an Icosahedron.
 createMengerSpongeCREATEMENGERSPONGE Create a cube with an inside cross removed.
 createOctahedronCREATEOCTAHEDRON Create a 3D mesh representing an octahedron.
 createRhombododecahedronCREATERHOMBODODECAHEDRON Create a 3D mesh representing a rhombododecahedron.
 createSoccerBallCREATESOCCERBALL Create a 3D mesh representing a soccer ball.
 createStellatedMeshCREATESTELLATEDMESH Replaces each face of a mesh by a pyramid.
 createTetrahedronCREATETETRAHEDRON Create a 3D mesh representing a tetrahedron.
 createTetrakaidecahedronCREATETETRAKAIDECAHEDRON Create a 3D mesh representing a tetrakaidecahedron.
 curveToMeshCURVETOMESH Create a mesh surrounding a 3D curve.
 cutMeshByPlaneCUTMESHBYPLANE Cut a mesh by a plane.
 cylinderMeshCYLINDERMESH Create a 3D mesh representing a cylinder.
 distancePointMeshDISTANCEPOINTMESH Shortest distance between a (3D) point and a triangle mesh.
 drawFaceNormalsDRAWFACENORMALS Draw normal vector of each face in a mesh.
 drawMeshDRAWMESH Draw a 3D mesh defined by vertex and face arrays.
 drawPolyhedronDRAWPOLYHEDRON Draw polyhedron defined by vertices and faces.
 ellipsoidMeshELLIPSOIDMESH Convert a 3D ellipsoid to face-vertex mesh representation.
 ensureManifoldMeshENSUREMANIFOLDMESH Apply several simplification to obtain a manifold mesh.
 fillMeshFacesFILLMESHFACES Fill the faces of a mesh with the specified colors.
 intersectEdgeMesh3dINTERSECTEDGEMESH3D Intersection points of a 3D edge with a mesh.
 intersectLineMesh3dINTERSECTLINEMESH3D Intersection points of a 3D line with a mesh.
 intersectPlaneMeshINTERSECTPLANEMESH Compute the polylines resulting from plane-mesh intersection.
 isManifoldMeshISMANIFOLDMESH Check whether the input mesh may be considered as manifold.
 isPointInMeshISPOINTINMESH Check if a point is inside a 3D mesh.
 mergeCoplanarFacesMERGECOPLANARFACES Merge coplanar faces of a polyhedral mesh.
 mergeMeshVerticesMERGEMESHVERTICES Merge two vertices and removes eventual degenerated faces.
 meshAdjacencyMatrixMESHADJACENCYMATRIX Compute adjacency matrix of a mesh from set of faces.
 meshBoundaryMESHBOUNDARY Boundary of a mesh as a collection of 3D line strings.
 meshBoundaryEdgeIndicesMESHBOUNDARYEDGEINDICES Indices of boundary edges of a mesh.
 meshBoundaryEdgesMESHBOUNDARYEDGES Determine the boundary edges of a mesh.
 meshBoundaryVertexIndicesMESHBOUNDARYVERTEXINDICES Indices of boundary vertices of a mesh.
 meshCentroidMESHCENTROID Compute the centroid of the input mesh.
 meshCurvaturesMESHCURVATURES Compute principal curvatures on mesh vertices.
 meshDihedralAnglesMESHDIHEDRALANGLES Dihedral at edges of a polyhedal mesh.
 meshEdgeFacesMESHEDGEFACES Compute index of faces adjacent to each edge of a mesh.
 meshEdgeLengthMESHEDGELENGTH Lengths of edges of a polygonal or polyhedral mesh.
 meshEdgesMESHEDGES Computes array of edge vertex indices from face array.
 meshEquivalentEllipsoidMESHEQUIVALENTELLIPSOID Equivalent ellipsoid with same moments as the given mesh.
 meshFaceMESHFACE Return the vertex indices of a face in a mesh.
 meshFaceAdjacencyMESHFACEADJACENCY Compute adjacency list of face around each face.
 meshFaceAreasMESHFACEAREAS Surface area of each face of a mesh.
 meshFaceCentroidsMESHFACECENTROIDS Compute centroids of faces in a mesh.
 meshFaceEdgesMESHFACEEDGES Computes edge indices of each face.
 meshFaceNormalsMESHFACENORMALS Compute normal vector of faces in a 3D mesh.
 meshFaceNumberMESHFACENUMBER Returns the number of faces in this mesh.
 meshFacePolygonsMESHFACEPOLYGONS Returns the set of polygons that constitutes a mesh.
 meshSilhouetteMESHSILHOUETTE Compute the 2D outline of a 3D mesh on an arbitrary plane.
 meshSurfaceAreaMESHSURFACEAREA Surface area of a polyhedral mesh.
 meshVertexClusteringMESHVERTEXCLUSTERING Simplifies a mesh using vertex clustering.
 meshVertexNormalsMESHVERTEXNORMALS Compute normals to a mesh vertices.
 meshVertexRingMESHVERTEXRING Compute the ring around the vertex of a mesh.
 meshVolumeMESHVOLUME (Signed) volume of the space enclosed by a polygonal mesh.
 meshVoronoiDiagramMESHVORONOIDIAGRAM Voronoi Diagram on the surface of a polygonal mesh.
 minConvexHullMINCONVEXHULL Return the unique minimal convex hull of a set of 3D points.
 polyhedraPOLYHEDRA Index of classical polyhedral meshes.
 polyhedronCentroidPOLYHEDRONCENTROID Compute the centroid of a 3D convex polyhedron.
 polyhedronMeanBreadthPOLYHEDRONMEANBREADTH Mean breadth of a convex polyhedron.
 polyhedronNormalAnglePOLYHEDRONNORMALANGLE Compute normal angle at a vertex of a 3D polyhedron.
 polyhedronSlicePOLYHEDRONSLICE Intersect a convex polyhedron with a plane.
 readMeshREADMESH Read a 3D mesh by inferring the format from the file extension.
 readMesh_objREADMESH_OBJ Read mesh data stored in OBJ format.
 readMesh_offREADMESH_OFF Read mesh data stored in OFF format.
 readMesh_plyREADMESH_PLY Read mesh data stored in PLY (Stanford triangle) format.
 readMesh_stlREADMESH_STL Read mesh data stored in STL format.
 removeDuplicateFacesREMOVEDUPLICATEFACES Remove duplicate faces in a face array.
 removeDuplicateVerticesREMOVEDUPLICATEVERTICES Remove duplicate vertices of a mesh.
 removeInvalidBorderFacesREMOVEINVALIDBORDERFACES Remove faces whose edges are connected to 3, 3, and 1 faces.
 removeMeshEarsREMOVEMESHEARS Remove vertices that are connected to only one face.
 removeMeshFacesREMOVEMESHFACES Remove faces from a mesh by face indices.
 removeMeshVerticesREMOVEMESHVERTICES Remove vertices and associated faces from a mesh.
 removeUnreferencedVerticesREMOVEUNREFERENCEDVERTICES Remove unreferenced vertices of a mesh.
 reverseMeshFaceOrientationREVERSEMESHFACEORIENTATION Reverse the normal of each face in the mesh.
 smoothMeshSMOOTHMESH Smooth mesh by replacing each vertex by the average of its neighbors.
 smoothMeshFunctionSMOOTHMESHFUNCTION Apply smoothing on a functions defines on mesh vertices.
 sphereMeshSPHEREMESH Create a 3D mesh representing a sphere.
 splitMeshSPLITMESH Return the connected components of a mesh.
 steinerPolytopeSTEINERPOLYTOPE Create a steiner polytope from a set of vectors.
 subdivideMeshSUBDIVIDEMESH Subdivides each face of the mesh.
 surfToMeshSURFTOMESH Convert surface grids into face-vertex mesh.
 tetrahedronVolumeTETRAHEDRONVOLUME Signed volume of a tetrahedron.
 torusMeshTORUSMESH Create a 3D mesh representing a torus.
 transformMeshTRANSFORMMESH Applies a 3D affine transform to a mesh.
 triangulateCurvePairTRIANGULATECURVEPAIR Compute triangulation between a pair of 3D open curves.
 triangulateFacesTRIANGULATEFACES Convert face array to an array of triangular faces.
 triangulateMeshTRIANGULATEMESH Convert a non-triangle mesh into a triangle mesh.
 triangulatePolygonPairTRIANGULATEPOLYGONPAIR Compute triangulation between a pair of 3D closed curves.
 triangulatePolygonPair3dTRIANGULATEPOLYGONPAIR3D Compute a triangulation between a pair of 3D polygons.
 trimMeshTRIMMESH Reduce memory footprint of a polygonal mesh.
 trimeshEdgeFacesTRIMESHEDGEFACES Compute index of faces adjacent to each edge of a triangular mesh.
 trimeshMeanBreadthTRIMESHMEANBREADTH Mean breadth of a triangular mesh.
 trimeshSurfaceAreaTRIMESHSURFACEAREA Surface area of a triangular mesh.
 writeMeshWRITEMESH Write 3D mesh data by inferring format from file name.
 writeMesh_offWRITEMESH_OFF Write a mesh into a text file in OFF format.
 writeMesh_plyWRITEMESH_PLY Write a mesh into a file in PLY format.
 writeMesh_stlWRITEMESH_STL Write mesh data in the STL format.

Subsequent directories:


Generated on Thu 21-Nov-2024 11:30:21 by m2html © 2003-2022