bSI-InfraRoom / bSI-InfraRoom/IFC-Specification
Non-optional SET [0:?]
- Dominant language
- No language data
- Stars
- 27
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Hi All,
ENTITY IfcCurveBoundedPlane
SUBTYPE OF (IfcBoundedSurface);
BasisSurface : IfcPlane;
OuterBoundary : IfcCurve;
InnerBoundaries : SET [0:?] OF IfcCurve;
END_ENTITY;
Validation "Validate required attributes assigned" should return TRUE, if all non-optional attributes have values, or if object has non-optional attributes [only]; FALSE if any non-optional attribute has no value (10303-22).
I've just got a file with InnerBoundaries=$ which doesn't pass validation as it should be () at least in correct case. =)
Shouldn't such cases for explicit attributes be transformed into InnerBoundaries : OPTIONAL SET [1:?] OF IfcCurve; ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.