Operation::Union

Computes the union of two mesh operands

Returns "meshA union meshB", i.e. a mesh that represents all points of A and all points of B together.

Signature

class Operation:
    // Computes the union of two mesh operands
    fun union(
        meshA: MeshOperand,
        meshB: MeshOperand,
    ) -> MeshOperand