@@ -1346,7 +1346,7 @@ BCF is suitable for selecting a few components. A huge list of selected componen
1346
1346
| ---------| ----| -----------| --------|
1347
1347
| ifc_guid | string | IFC guid of the component | optional, if authoring_tool_id is provided |
1348
1348
| originating_system | string | originating system of the component | optional |
1349
- | authoring_tool_id | string | internal id for the authoring tool of the component | optional, if ifc_guid is provided |
1349
+ | authoring_tool_id | string | system specific identifier of the component in the originating BIM tool | optional, if ifc_guid is provided |
1350
1350
1351
1351
Note that ` ifc_guid ` must be provided, if possible. The ` authoring_tool_id ` can be used as a fallback when an ` ifc_guid ` is not available.
1352
1352
@@ -1506,8 +1506,8 @@ Viewpoints are immutable, while topics may be changed later. To ensure that view
1506
1506
"components": {
1507
1507
"selection": [{
1508
1508
"ifc_guid": "2MF28NhmDBiRVyFakgdbCT",
1509
- "originating_system": "Example CAD Application ",
1510
- "authoring_tool_id": "EXCAD/v1.0 "
1509
+ "originating_system": "ExampleCAD/v1.0 ",
1510
+ "authoring_tool_id": "example:entity:12345 "
1511
1511
}],
1512
1512
"coloring": [{
1513
1513
"color": "ff0000",
@@ -1789,8 +1789,8 @@ Retrieve a **collection** of all selected components in a viewpoint.
1789
1789
"selection": [
1790
1790
{
1791
1791
"ifc_guid": "2MF28NhmDBiRVyFakgdbCT",
1792
- "originating_system": "Example CAD Application ",
1793
- "authoring_tool_id": "EXCAD/v1.0 "
1792
+ "originating_system": "ExampleCAD/v1.0 ",
1793
+ "authoring_tool_id": "example:entity:12345 "
1794
1794
}, {
1795
1795
"ifc_guid": "3$cshxZO9AJBebsni$z9Yk"
1796
1796
}
@@ -1822,8 +1822,8 @@ Retrieve a **collection** of all colored components in a viewpoint.
1822
1822
"components": [
1823
1823
{
1824
1824
"ifc_guid": "2MF28NhmDBiRVyFakgdbCT",
1825
- "originating_system": "Example CAD Application ",
1826
- "authoring_tool_id": "EXCAD/v1.0 "
1825
+ "originating_system": "ExampleCAD/v1.0 ",
1826
+ "authoring_tool_id": "example:entity:12345 "
1827
1827
}, {
1828
1828
"ifc_guid": "3$cshxZO9AJBebsni$z9Yk"
1829
1829
}
@@ -1856,8 +1856,8 @@ Retrieve visibility of components in a viewpoint.
1856
1856
"exceptions": [
1857
1857
{
1858
1858
"ifc_guid": "2MF28NhmDBiRVyFakgdbCT",
1859
- "originating_system": "Example CAD Application ",
1860
- "authoring_tool_id": "EXCAD/v1.0 "
1859
+ "originating_system": "ExampleCAD/v1.0 ",
1860
+ "authoring_tool_id": "example:entity:12345 "
1861
1861
}, {
1862
1862
"ifc_guid": "3$cshxZO9AJBebsni$z9Yk",
1863
1863
}
0 commit comments