API Reference#

Objects#

mesh([NodeCoords, NodeConn, Type, verbose])

The mesh class stores the nodes (NodeCoords) and elements (or node connectivity, NodeConn) as its primary attributes.

Submodules#

booleans

Boolean operations for meshes

contour

Tools for extracting isosurfaces from images or implicit functions

converter

Mesh conversion tools

curvature

Tools for calculating curvature

delaunay

Delaunay triangulation and related methods

image

Image-based meshing tools

implicit

Implicit function meshing tools

improvement

Mesh quality improvement

octree

Octree data structure and related methods.

primitives

Mesh generation for pre-defined shapes

quality

Element quality measurements

rays

Ray casting and intersection tests

utils

Various mesh utilities

visualize

Mesh visualization and plotting