IfcToolbox icon indicating copy to clipboard operation
IfcToolbox copied to clipboard

Simple tools for processing IFC files. Optimize, convert, split, relocate and anonymize IFC files easily.

Results 16 IfcToolbox issues
Sort by recently updated
recently updated
newest added

Yesterday, I updated my windows (an update of windows 10, not changing to windows 11) and now I can't insert IFC files in IFC Toolbox. When I try to drop...

When I try to insert a negative value in "Rotation of axis X", the field returns NAN. The tool works well, it rotates my model just as I want, but...

bug

Split by type is not working in some files. ![2021-11-22 15_09_29-Window](https://user-images.githubusercontent.com/66679121/142876044-cf084790-c903-4fde-800c-6b54ef4252e5.jpg) I tried someone elses Ifc and got the same error. A file from another project worked just fine. with...

bug

I was selecting a Revit file by mistake instead of an IFC and the application kept crashing. I couldn't figure out why that was happening, until I realized that I...

bug

Idea to implement a functionality to merge IFC files similar to the one implemented in BlenderBIM using IfcOpenShell.

help wanted

Hello! I'm trying to install this by guide as sideload package: https://youshengcode.github.io/IfcToolbox.Doc/#/Main/Download but certificate from archive has been expired 24/08/2022 i guess

i need steps to setup this ifc tool box exe in local

I launched the optimizer on the test file and I realized that it deleted materials. Ifc2x3_SampleCastle ![image](https://github.com/youshengCode/IfcToolbox/assets/55183821/85b5e6fa-c58f-4745-8a10-2b08f6e66890) ``` using IfcToolbox.Tools.Configurations; using IfcToolbox.Tools.Processors; Console.WriteLine("Optimizing the IFC file"); var filePath = args[0];...