intersect method

intersect

Calculate the intersection of two meshes

Returns

Result mesh

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

See Also