82. gui.menus.Mesh — Mesh Menu

Plugin menu with operations on Mesh objects. Most options from the generic Geometry menu are also applicable to Mesh type objects.

82.1. Functions defined in module gui.menus.Mesh

gui.menus.Mesh.doOnSelectedMeshes(method)[source]

Apply some method to all selected meshes

gui.menus.Mesh.reverseMesh()[source]

Fuse the nodes of a Mesh

gui.menus.Mesh.compactMesh()[source]

Compact the Mesh

gui.menus.Mesh.peelOffMesh()[source]

Peel the Mesh

gui.menus.Mesh.fuseMesh()[source]

Fuse the nodes of a Mesh

gui.menus.Mesh.smoothMesh()[source]

Smooth the Mesh.

gui.menus.Mesh.subdivideMesh()[source]

Create a mesh by subdividing existing elements.

gui.menus.Mesh.convertMesh()[source]

Transform the element type of the selected meshes.

gui.menus.Mesh.renumberMesh(order='elems')[source]

Renumber the nodes of the selected Meshes.

gui.menus.Mesh.getBorderMesh()[source]

Create the border Meshes for the selected Meshes.