Hi folks,
Prior to Bonsai 0.8, repositioning an IFC file was quite easy. Now, I miss something trivial.
I have some IFC models in IFC2x3, produced mainly in Revit, and I need to align them with the IFC4 file from Civil3D, which exposes the right coordinates. I have the transposition numbers from Trimble Connect, but I can't find the proper way to apply them. The only place I can alter values is the 'True North' Section. Entering values into the 'Georeferencing Calculator' will set both the 'Local' and 'Map' points to the same values. I think, I need my 'Local coordinates' of the IFC file to be set to the 'Project Origin' coordinates, which should be equal to setting
IFCGEOMETRICREPRESENTATIONCONTEXT($,'Model',3,0.01,#18,#19);
#10= IFCCARTESIANPOINT((0.,0.,0.));
#14= IFCDIRECTION((1.,0.,0.));
#16= IFCDIRECTION((0.,0.,1.));
#18= IFCAXIS2PLACEMENT3D(#10,#16,#14);
to the required coordinates, eg. #10= IFCCARTESIANPOINT((6063318057.0, 584013164.0, 101200.0));
. But maybe I'm digging in the wrong place?
Re-exporting the IFC files is not an option.