buildingSMART / buildingSMART/IFC4.x-development

IfcVertex missing abstract definition

Open
#542 6 comments 0 reactions 0 assignees View on GitHub
before-NWI IF legacy proposal
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.