buildingSMART / buildingSMART/IFC4.x-development
IfcVertex missing abstract definition
- Dominant language
- Python
- Stars
- 234
- Forks
- 123
- Avg merge
- 15h 4m
- Merged PRs (30d)
- 5
Description
Current version:
ENTITY IfcVertex
SUPERTYPE OF (ONEOF
(IfcVertexPoint))
SUBTYPE OF (IfcTopologicalRepresentationItem);
END_ENTITY;
Solution:
ENTITY IfcVertex
ABSTRACT SUPERTYPE OF (ONEOF
(IfcVertexPoint))
SUBTYPE OF (IfcTopologicalRepresentationItem);
END_ENTITY;
Contributor guide
Research direction
The issue provides the current and proposed EXPRESS definitions for IfcVertex, but names no repository file or test. Locate the IfcVertex definition in the specification sources, confirm how abstract entities are represented there, and verify that the definition includes ABSTRACT before SUPERTYPE as shown in the proposed solution.
Written by the indexing model from the issue text.
Assessment
- Domain
- data
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100