GeometryGym / GeometryGymIFC

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

Implementing the entities new in IFC4x1 specification #11

Closed WindingWinter closed 6 years ago

WindingWinter commented 6 years ago

I'm aware that currently GeometryGym has included up to IFC4 specification.

Is it possible to include up to IFC4x1 too? In that way we can have more infrastructure entity definition such as ifcAlignment

jmirtsch commented 6 years ago

Hi,

I've been enabling IFC4x1 but only in the WorkInProgress branch at the moment. You can find the latest commit here: https://github.com/jmirtsch/GeometryGymIFC/blob/WorkInProgress/WorkInProgress/IfcAlignment/IFC%20Alignment.cs

Hope that helps,

Jon