engine_components
engine_components copied to clipboard
### Describe the bug π  Create a world from a function located in another file to allow the generation of more than one world in order to have a...
### Description π As a (BIM) developer using thatopen/components, I want to be able to have indirect properties available. However, right now there are no configuration options that would make...
### Describe the bug π ifc file: - https://qhstaticssl.kujiale.com/application/octetstream/1738912718416/55B7E3299DF15CEBB577DEAF7B5CBBA7.ifc > ISO-10303-21; HEADER; FILE_DESCRIPTION(('ViewDefinition[DesignTransferView]'),'2;1'); FILE_NAME('/dev/null','2025-01-24T09:51:33+00:00',(),(),'IfcOpenShell 0.8.0','IfcOpenShell 0.8.0','Nobody'); FILE_SCHEMA(('IFC4')); ENDSEC; DATA; #1=IFCPROJECT('0PyAnnrRXCxPnYFPgA7HZK',$,'My Project',$,$,$,$,(#10),#5); #2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); #3=IFCSIUNIT(*,.AREAUNIT.,$,.SQUARE_METRE.); #4=IFCSIUNIT(*,.VOLUMEUNIT.,$,.CUBIC_METRE.); #5=IFCUNITASSIGNMENT((#4,#2,#3)); #6=IFCCARTESIANPOINT((0.,0.,0.)); #7=IFCDIRECTION((0.,0.,1.)); #8=IFCDIRECTION((1.,0.,0.)); #9=IFCAXIS2PLACEMENT3D(#6,#7,#8); #10=IFCGEOMETRICREPRESENTATIONCONTEXT($,'Model',3,1.E-05,#9,$);...
### Describe the bug π The documentation for this setting states: "Generate the geometry for categories that are not included by default, like IFCSPACE." However, IfcSpaces are included by default...
### Describe the bug π It seems that the setting ifcLoader.settings.includeProperties isn't respected when loading an IFC file. It could be that the bug is in the code below. It...
### What happened? I installed the very basic example of the IFC reader with pnpm create bim-app@latest. It worked all fine for my first IFC import attempt, then the second...
### Describe the bug π Iβve created a simple React app to visualize IFC files using the Open BIM Components (OBC) library. However, Iβm experiencing issues where some IFC elements...
### Describe the bug π When I add new colors to the highlighter component and use them to color the elements with the function highlightByID(color, items, removePrevious, centerOnProject), the hover...
### Describe the bug π Hello guys, hope I am right here.. I am trying to get the IfcFinder working finding properties and itΒ΄s values (still struggling). For that I...
### Describe the bug π It's related to closed issue 504.. Hey @agviegas, I updated libraries to "@thatopen/components-front": "2.4.2", "@thatopen/components": "2.4.3", "@thatopen/fragments" : "2.4.0", "web-ifc": "0.0.66", and there are still...