Skip to content

Commit

Permalink
Merge pull request #18 from andyward/fix/issue-17-TopLevelClasses
Browse files Browse the repository at this point in the history
Fix #17 - regenerated Attributes
  • Loading branch information
CBenghi authored Nov 9, 2023
2 parents 2fc6ee5 + dd1a206 commit c75886f
Show file tree
Hide file tree
Showing 3 changed files with 714 additions and 700 deletions.
2 changes: 1 addition & 1 deletion ids-lib.codegen/IfcSchema_AttributesGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static public string Execute()

foreach (var sub in thisClass.AllSubTypes)
{
OnlyTopClasses.Remove(sub.Name);
OnlyTopClasses.Remove(sub.ExpressNameUpper);
}
}

Expand Down
Loading

0 comments on commit c75886f

Please sign in to comment.