ifcplusplus icon indicating copy to clipboard operation
ifcplusplus copied to clipboard

C API or .NET wrapper

Open arturred opened this issue 3 years ago • 1 comments

Hi I would like to use this library in other languages but cannot use C++ directly (Delphi, .NET). Is there a wrapper or C API header that exposes the minimum functionality to open IFC files and view them in 3D?

arturred avatar Jan 20 '22 17:01 arturred

Hi, a .NET API is not implemented yet, and not a priority right now. There are some open source C# implmentations to read IFC files, for example https://github.com/GeometryGym/GeometryGymIFC

ifcquery avatar Nov 21 '22 15:11 ifcquery