xbim-toolkit

There are 3 repositories under xbim-toolkit topic.

  • Ibrahim5aad/ifc-to-revit-using-named-pipes

    This is a sample application demonstrating how to use named pipes to establish a communication between a Revit plugin and a console application. The console application is an IFC files loader that is built on top of xBIM toolkit. Although this is a great demo how to use Named Pipe to establish a two-way communication with a Revit context, there was a technical necessity to follow this design. The necessity arises from a DLL collision that occurs when trying to use the xBIM toolkit inside Revit context directly; Microsoft.Extensions.Logging DLL is a common dependency between Revit and xBIM but each ecosystem has a different incompatible version. So, the solution was to run the IFC parsing/loading operations out-of-process with Revit and establish the communication through named pipes.

    Language:C#8306
  • omarsamy3/IFC-Data-Extraction

    Extract different data from IFC file(4 - 2x3), Dealing with elements like Columns and beams.

    Language:C#1100
  • wisdom-oss/webify-bim

    Prepare BIM Files for the use in the Web

    Language:TypeScript0200