GEM002 Space representation - v2
001 | @informal-proposition 002 | @GEM 003 | @version2 004 | 005 | Feature: GEM002 - Space representation 006 | The rule verifies that all IfcSpaces have a correct Body shape representation. 007 | 008 | Scenario: Agreement152_1 - Agreement that all spaces must have a body shape representation 009 | 010 | Given An .IfcSpace. 011 | 012 | Then There must be one Body shape representation 013 | Then The Body shape representation has RepresentationType "SweptSolid, Clipping, Brep, Tessellation" 014 | 015 | 016 | Scenario: Agreement152_2 - Agreement that all spaces that have a body shape representation type Brep must also have a Footprint representation 017 | 018 | Given An .IfcSpace. 019 | Given The Body shape representation has RepresentationType "Brep" 020 | 021 | Then There must be one FootPrint shape representation
Version history
Version |
Tag |
Date |
Commit |
Rule link |
|---|---|---|---|---|
v1 |
2022-12-10 |
|||
v2 |
2025-04-30 |