Skip to content

liblaf.melon

Mesh processing helpers for PyVista, Trimesh, Warp, and Wrap workflows.

Modules:

  • bary
  • cli

    Command-line interface entry points.

  • ext

    Wrappers around external mesh-processing tools.

  • io

    I/O dispatchers and mesh-format conversion helpers.

  • recipe
  • scene

    Scene helpers for transformed Trimesh geometry extraction.

  • tet

    Tetrahedral volume-mesh helpers.

  • tri

    Triangular surface geometry helpers.

  • utils

    Small utility helpers used by Melon internals and workflows.

  • xfer

    Transfer arrays between related triangular and tetrahedral meshes.

Attributes:

__commit_id__ module-attribute

__commit_id__: str | None = None

__version__ module-attribute

__version__: str = '1.5.1.dev1+gda7145aae'

__version_tuple__ module-attribute

__version_tuple__: tuple[int | str, ...] = (
    1,
    5,
    1,
    "dev1",
    "gda7145aae",
)

save module-attribute

Write registered mesh and scene objects to disk based on path suffix.