Skip to content

Commit

Permalink
organized Extensions into own files
Browse files Browse the repository at this point in the history
  • Loading branch information
WalchAndreas committed Feb 12, 2025
1 parent 29ee14a commit 86825d8
Show file tree
Hide file tree
Showing 18 changed files with 2,486 additions and 2,352 deletions.
2 changes: 1 addition & 1 deletion src/Aardvark.Data.Ifc/IFCData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public IFCData(IfcStore model, IInverseCache inversCache, IEntityCache entityCac
Content = content;
UnitScale = scale;
Hierarchy = hierarchy;
Project = IFCHelper.GetProject(m_model);
Project = GeneralExt.GetProject(m_model);
ProjectName = Project.LongName;
Materials = materials;
}
Expand Down
Loading

0 comments on commit 86825d8

Please sign in to comment.