First time here? Check out the FAQ!
answered 1 year ago
Polyhedral complex may be a way to go - e.g., try:
P = PolyhedralComplex( [cube_a, cube_b] ) P.plot()