I’m trying to create a IFC loader by C++ code. After parsing all the data on ifc file, I will send the data to the client (using Three.js) to view the model on web. But I really not clearly understand about IFC Local placement, so that when i placed elements on the viewer, they didn’t placed at right position on the axis of three.js. What should I do now?