I have an existing 3D tetrahedral mesh of a lattice structure, and I want to create its negative, resembling the matrix of a composite material. My goal is to start with a cuboid and subtract the existing lattice mesh from it to obtain a new mesh where the nodes and faces align with the original mesh. Can someone guide me on how to achieve this? Thanks!