union method

union

Calculate the union of two meshes

Returns

Result mesh

def union(self, a, b):
    ...
ParameterTypeDescription
aMeshFirst mesh
bMeshSecond mesh

See Also