Mesh Management

The MeshTrim command deletes selected portions of a mesh inside or outside where they are intersected with another object.

The MeshSplit command divides meshes into parts with another object.

The TriangulateMesh command splits all planar quadrangular polygon mesh faces into two triangular mesh faces.

The Weld command removes creases from a mesh by merging coincident mesh vertices.

Individual texture mapping, colour, and normal vector data are averaged/created/destroyed for the affected vertices.

Weld will create new vertex normals at each welded vertex that are the average of the adjacent face normals. After welding, one vertex is shared by more than one face.

If two naked mesh edge points of a selected mesh are coincident, and their neighbouring faces are within the angle tolerance of each other, they will be replaced by a single mesh point. If the two points are from different "sub-meshes" of a joined mesh, the meshes become one mesh that cannot explode.

As you change the tolerance, the mesh edges that are within the tolerance and will therefore be welded are highlighted.

The DeleteFaces command removes selected faces from a mesh, SubD or Polysurface. It is most effective in a shaded display mode since you can see and directly pick faces.

The FillMeshHole command fills a selected hole in a mesh.

The FillMeshHoles command fills all holes in a polygon mesh object with triangular faces.

Unlike the 'Fill Hole' command, this one does not require selecting an open edge; instead, it will attempt to close all holes in the mesh.

The OffsetMesh command copies a mesh by moving the vertices a specified distance with different direction modes.

The MeshBooleanUnion command trims away the shared areas of selected meshes, polysurfaces, or surfaces and creates a single mesh from the unshared areas.

The MeshBooleanDifference command trims away the shared areas of selected meshes, polysurfaces, or surfaces with another set of meshes, polysurfaces, or surfaces.

The MeshBooleanSplit command trims away shared areas of selected meshes, polysurfaces, or surfaces and create separate meshes from the shared and unshared parts.

The MeshBooleanIntersection command trims the unshared areas of selected meshes, polysurfaces, or surfaces.

Last updated