Skip to content

Wrong generation of IfcPropertyDefinitionSelect #2

@riemi-nie

Description

@riemi-nie

Related to IFC4!

The use of IfcPropertyDefinitionSet in IfcPropertyDefinitionSelect is missing.

There is no delegate class generated for IfcPropertyDefinitionSet, but for IfcPropertyDefinition it is.

I would expect something like

@XpressModel(kind="new", pattern="delegate",select="IfcPropertySetDefinitionSet")
class DelegateIfcPropertySetDefinitionSetIfcRelDefinesByProperties extends DelegateIfcRelDefinesByPropertiesIfcPropertySetDefinitionSelect {
    container IfcPropertySetDefinitionSet relatingPropertyDefinition opposite aSet
}

to be added here

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions