GeometryGym / GeometryGymIFC

C# classes to generate and parse OpenBIM IFC files
Other
273 stars 97 forks source link

No public constructor for IfcProfileProperties (IFC4) #60

Closed andreaboriani closed 1 year ago

andreaboriani commented 2 years ago

IfcStructuralProfileProperties is deprecated in IFC4 but IfcProfileProperties has no public constructor

jmirtsch commented 2 years ago

Thanks, you're right. I've added some public constructors, https://github.com/GeometryGym/GeometryGymIFC/commit/bd3b8d79e8410b580c9f4031043435e5be5bef08 I haven't published a nuget package with this change yet.