0

A = I have one numpy array with format [[x, y, z], [x, y, z], ...] B = The other numpy array with format [[x, y, z], [x, y, z], ...]

All the points ([x, y, z]) that are in array B, should be deleted from array A.

I would like to not use forloops. I think this should be possible with build-in numpy functions.

I tried many things like np.where, np.delete but I think I need to find a workaround.

Can you help me?

A short block of code or function that could help me

0 Answers0