Hi, How do I create a 1 cubic meter box that weighs 1000kg? In my simulation I have 1 unit = 1 meter and gravity is -9.82. This is what I try: dCreateBox(space,1,1,1); density=1; //is this correct? dMassSetBox(&m, density, 1,1,1); regards Hampa