Skip to content

Commit

Permalink
Clarify Component Identification
Browse files Browse the repository at this point in the history
  • Loading branch information
ykulbak authored Nov 16, 2020
1 parent ebc1195 commit 88500db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1547,9 +1547,11 @@ BCF is suitable for selecting a few components. A huge list of selected componen

|parameter|type|description|required|
|---------|----|-----------|--------|
| ifc_guid | string | IFC guid of the component | optional |
| ifc_guid | string | IFC guid of the component | yes, if AuthoringToolId is not provided |
| originating_system | string | originating system of the component | optional |
| authoring_tool_id | string | internal id for the authoring tool of the component | optional |
| authoring_tool_id | string | internal id for the authoring tool of the component | yes, if ifc_guid is not provided |

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.

#### 4.5.2.11 Coloring
[coloring.json](Schemas_draft-03/Collaboration/Viewpoint/coloring.json)
Expand Down

0 comments on commit 88500db

Please sign in to comment.