Model federation and geo-referencing
The current system of handling reference points (Global Origin/Survey Location, Project Location, Site Location) differs from the one used before BricsCAD V25.
Prior to BricsCAD V25, reference points could only be set by importing an IFC file and were stored in the BSYSLIB file (displayed in the Spatial Locations Manager dialog box under ) and used for all DWG files of the BIM Project.
With the current system, you can also manually set reference points using the SETSURVEYLOCATION, SETPROJECTLOCATION, and SETSITELOCATION commands (add points from scratch or edit existing ones). The X, Y, Z coordinates and angle of the reference points are now stored in the DWG file. This allows you to set different points for separate files.
Adding reference points from scratch
The default value of the reference points' coordinates and angle in a new drawing is 0.
- The Survey Location point corresponds to the Geographic Location point. You can find its coordinates in the Position section of the Geographic Location dialog box (see the GEOGRAPHICLOCATION command article).
- The angle value set for the Survey Location point corresponds to the NORTHDIRECTION system variable's value and represents the angle between the True North and the Y-axis, measured clockwise. Modifying the NORTHDIRECTION system variable's value changes the Survey Location angle value only if a GIS Coordinate System is set in the Geographic Location dialog box.
Set a Project Location point in a drawing using the SETPROJECTLOCATION command. Toggle On/Off the visibility of the Project Location marker by modifying the PROJECTLOCATIONVISIBILITY system variable's value.
Set a Site Location point in a drawing using the SETSITELOCATION command. Toggle On/Off the visibility of the Site Location marker by modifying the SITELOCATIONVISIBILITY system variable's value.
Importing reference points
Reference points can be imported in an existing drawing by importing an IFC file where the points information is stored.
- Open the drawing.
- Run the IMPORT command and select the IFC file.
- In the IFC Import Settings dialog box set the model origin by choosing one of the available options:
- Place IFC Global Coordinate system in WCS origin.
- Place IFC Project Location in WCS origin.
- Place IFC Site Location in WCS origin.
- Click Import.
- Save the drawing.
Existing reference points coordinates and rotation angles are overwritten by the information stored in the imported IFC file.
Exporting reference points
In case a Site, Project or Survey Location have been added in a drawing, these reference points will be used when exporting to IFC (via the EXPORT or IFCEXPORT commands).
When exporting from BricsCAD an IFC based project created with BricsCAD versions older than V25, which contains reference points stored in the old system, these will still be exported with the same results as before. In case reference points are added with the new commands, these will overwrite the old information during IFC export.
Manually migrating reference points
There are two methods to manually migrate reference points information from BIM Projects based on IFC files saved with BricsCAD versions older than V25:
- Re-import the original IFC file into a new drawing with the current BricsCAD version
-
- Open a new drawing in the current BricsCAD version.
- Run the IMPORT command and select the original IFC file.
- Save the drawing.
- Manually add the reference points with the current BricsCAD version
-
- Open the drawing in the current BricsCAD version.
- Add the Survey Location, Project Location and Site Location with the new SETSURVEYLOCATION, SETPROJECTLOCATION and SETSITELOCATION commands based on the information in the Spatial Locations Manager dialog box or in the original IFC file you imported into the drawing.
- Save the drawing.