Difference between revisions of "MicroMVDs for exchange requirements/Model federation MicroMVD"
From Wiki.OSArch
(Created page with "The following MicroMVD vocabulary can be used to ensure IFC elements belong to the correct IFC class. <pre> Feature: Model feder...") |
m (Duncan moved page MicroMVDs for exchange requirements/MicroMVDs for exchange requirements/Model federation MicroMVD to MicroMVDs for exchange requirements/Model federation MicroMVD over redirect: mistake) |
||
(12 intermediate revisions by 3 users not shown) | |||
Line 7: | Line 7: | ||
For all model coordinators and recipients of the final built environment | For all model coordinators and recipients of the final built environment | ||
The location of each model's origin point must be specifically set to a coordinated value | The location of each model's origin point must be specifically set to a coordinated value | ||
− | |||
− | |||
− | |||
− | |||
Scenario: Ensure that an agreed datum for the project is in the right location | Scenario: Ensure that an agreed datum for the project is in the right location | ||
− | * There is a datum element {guid} as an {ifc_class} | + | * There is a datum element "{guid}" as an "{ifc_class}" |
− | * The element {guid} has a global easting, northing, and elevation of {number}, {number}, and {number} respectively | + | * The element "{guid}" has a global easting, northing, and elevation of "{number}", "{number}", and "{number}" respectively |
− | * The element {guid} has a local X, Y, and Z coordinate of {number}, {number}, and {number} respectively | + | * The element "{guid}" has a local X, Y, and Z coordinate of "{number}", "{number}", and "{number}" respectively |
</pre> | </pre> | ||
Line 24: | Line 20: | ||
! Example | ! Example | ||
! Description | ! Description | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
| <code>{guid}</code> | | <code>{guid}</code> | ||
Line 43: | Line 31: | ||
| <code>{number}</code> | | <code>{number}</code> | ||
| 42 | | 42 | ||
− | | Any valid number. Note that eastings, northings, and elevations, are not angular measures, such as latitude and longitude, but are instead based on a coordinate reference system. | + | | Any valid number. Note that eastings, northings, and elevations, are not angular measures, such as latitude and longitude, but are instead based on a coordinate reference system. If global coordinates are specified, the element will be checked with its map conversion applied. If local coordinates are specified, CRS map conversions will not be specified. |
|} | |} | ||
+ | |||
+ | |||
+ | =Software guides= | ||
+ | |||
+ | {| class="wikitable" | ||
+ | !rowspan="2"|Icon | ||
+ | !rowspan="2"|Software | ||
+ | !colspan="2"|Certified Version | ||
+ | !rowspan="2"|Notes | ||
+ | !rowspan="2"|Guides | ||
+ | |- | ||
+ | ! Import | ||
+ | ! Export | ||
+ | |- | ||
+ | | [[File:Icon ArchiCAD.jpg|64x64px]] | ||
+ | | ArchiCAD | ||
+ | | style="background-color: #b6cca1;" | ArchiCAD 23 | ||
+ | | style="background-color: #b6cca1;" | ArchiCAD 23 | ||
+ | | See the [[Geolocation MicroMVD]] for caveats related to federating geolocated data. | ||
+ | | | ||
+ | |- | ||
+ | | [[File:BlenderBIM_Addon_logo.png|64x64px]] | ||
+ | | [[BlenderBIM Add-on]] | ||
+ | | style="background-color: #b6cca1;" | v0.0.200829 | ||
+ | | style="background-color: #b6cca1;" | v0.0.200829 | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | [[File:icon_FreeCAD.png]] | ||
+ | | [[FreeCAD]] | ||
+ | | style="background-color: #b6cca1;" | 0.19pre | ||
+ | | style="background-color: #b6cca1;" | 0.19pre | ||
+ | | See the [[Geolocation MicroMVD]] for caveats related to federating geolocated data. | ||
+ | | | ||
+ | |- | ||
+ | | [[File:Icon Revit.png|64x64px]] | ||
+ | | [[Autodesk Revit|Revit]] | ||
+ | | style="background-color: #b6cca1;" | Revit 2020.2 IFC 8/5/2020 | ||
+ | | style="background-color: #b6cca1;" | Revit 2020.2 IFC 8/5/2020 | ||
+ | | Note: see the [[Revit geolocation]] guide for caveats related to checking global coordinates | ||
+ | | [https://thinkmoult.com/ifc-coordinate-reference-systems-and-revit.html IFC Coordinate Reference Systems and Revit] describes the relationship between Revit coordinates and IFC coordinates | ||
+ | |- | ||
+ | | [[File:Tekla-logo.png|64x64px]] | ||
+ | | [[Tekla]] | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | [[Category:Model View Definitions (MVD)]] [[Category:BIMTester]] [[Category:MicroMVD]] |
Latest revision as of 11:22, 28 July 2022
The following MicroMVD vocabulary can be used to ensure IFC elements belong to the correct IFC class.
Feature: Model federation In order to coordinate multiple models that are produced separately For all model coordinators and recipients of the final built environment The location of each model's origin point must be specifically set to a coordinated value Scenario: Ensure that an agreed datum for the project is in the right location * There is a datum element "{guid}" as an "{ifc_class}" * The element "{guid}" has a global easting, northing, and elevation of "{number}", "{number}", and "{number}" respectively * The element "{guid}" has a local X, Y, and Z coordinate of "{number}", "{number}", and "{number}" respectively
You can fill out the variables using the guide below.
Variable | Example | Description |
---|---|---|
{guid}
|
28q3AgmxP5cepIweO5Of$o | This is a 22 character GlobalId for a particular IFC element. |
{ifc_class}
|
IfcSite | This case insensitive text value must correspond to the full name of an IFC class. It is recommended for the purposes of this MicroMVD that this should be an IfcSite, or IfcBuilding, or other spatial element that all other objects are related to. |
{number}
|
42 | Any valid number. Note that eastings, northings, and elevations, are not angular measures, such as latitude and longitude, but are instead based on a coordinate reference system. If global coordinates are specified, the element will be checked with its map conversion applied. If local coordinates are specified, CRS map conversions will not be specified. |
Software guides[edit]
Icon | Software | Certified Version | Notes | Guides | |
---|---|---|---|---|---|
Import | Export | ||||
![]() |
ArchiCAD | ArchiCAD 23 | ArchiCAD 23 | See the Geolocation MicroMVD for caveats related to federating geolocated data. | |
![]() |
BlenderBIM Add-on | v0.0.200829 | v0.0.200829 | ||
![]() |
FreeCAD | 0.19pre | 0.19pre | See the Geolocation MicroMVD for caveats related to federating geolocated data. | |
![]() |
Revit | Revit 2020.2 IFC 8/5/2020 | Revit 2020.2 IFC 8/5/2020 | Note: see the Revit geolocation guide for caveats related to checking global coordinates | IFC Coordinate Reference Systems and Revit describes the relationship between Revit coordinates and IFC coordinates |
![]() |
Tekla |