Operation::ExportMesh

Configurable export of a mesh operand to a chosen format and options

Configurable universal mesh export that subsumes ExportToXyz and provides a plethora of options and guarantees. Subsumes most other export functions.

Notably, this function is able to create guaranteed manifold results for any input mesh. It is also currently the only way to export an exact representation of the mesh.

Signature

class Operation:
    // Configurable export of a mesh operand to a chosen format and options
    fun exportMesh(
        mesh: MeshOperand,
        format: ExportFormat,
        options: ExportOption,
    ) -> TypedBlob