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 (union, intersection, difference) 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

tree

Tree data structures and related methods.

primitives

Mesh generation for pre-defined shapes

quality

Element quality measurements

rays

Ray casting and intersection tests

register

Tools for registering or aligning point clouds, meshes, and images.

utils

Various mesh utilities for mesh measurements, manipulations, cleanup, and more

visualize

Mesh visualization and plotting

Functions#

demo_mesh([name])

Example mesh models from online databases

demo_image([name, normalize])

Example image data from online databases