Skip to content

Commit eff6e57

Browse files
authored
Merge pull request #359 from atomczak/PartOf-Examples-#358
improve part-of examples
2 parents 4bb96b0 + 92d0a77 commit eff6e57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/UserManual/partof-facet.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ When the `relation` parameter is not specified, then all 6 are to be considered
3030
| Any entity that is directly or indirectly part of a curtain wall | The entity (e.g. mullion) must be part of a curtain wall | Entity="IFCCURTAINWALL" |
3131
| Any entity that is part of a distribution system | The entity (e.g. duct) must be part of a distribution system | Relation="IFCRELASSIGNSTOGROUP", Entity="IFCDISTRIBUTIONSYSTEM" |
3232
| Any entity that is located in a space | The entity (e.g. pump) must be located in a space | Relation="IFCRELCONTAINEDINSPATIALSTRUCTURE", Entity="IFCSPACE" |
33-
| Any entity that hosted by a hand wash basin | The entity (e.g. faucet) must be fixed on a hand wash basin | Relation="IFCRELNESTS", Entity="IFCSANITARYTERMINAL" |
34-
| Any window that hosted by a hand wash basin | The entity (e.g. faucet) must be fixed on a hand wash basin | Relation="IFCRELNESTS", Entity="IFCSANITARYTERMINAL" |
33+
| Any entity that is hosted by a wall | The entity (e.g. window) must be fixed on a wall | Relation="IFCRELNESTS", Entity="IFCWALL" |

0 commit comments

Comments
 (0)