I need help with what I think is a simple task. Though I am at a loss, mainly due to my stupidity. I need to offset many different ifc files by an amount of meters. The offset is the same for all files. But the ifc files have different IFCCARTESIANPOINT representations for positions of various elements. (The files are from many different programs which, all of them save the cartesianpoint representing the global center in different ways). I would prefer to use the python module of IfcOpenShell. I...