buildingSMART / buildingSMART/IFC4.x-development
IfcClassification(Reference)Select - 2 equal select types
Open
before-NWI
IF
legacy
- Dominant language
- Python
- Stars
- 234
- Forks
- 123
- Avg merge
- 15h 4m
- Merged PRs (30d)
- 5
Description
I think we can have one IfcClassificationSelect
TYPE IfcClassificationReferenceSelect = SELECT
(IfcClassification
,IfcClassificationReference);
END_TYPE;
TYPE IfcClassificationSelect = SELECT
(IfcClassification
,IfcClassificationReference);
END_TYPE;
Contributor guide
Research direction
Locate the IFC schema definitions for IfcClassificationReferenceSelect and IfcClassificationSelect and compare their usages. Confirm whether the identical SELECT definitions can be represented by one type, then verify the resulting schema no longer contains the duplicate definition.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100