engine_components icon indicating copy to clipboard operation
engine_components copied to clipboard

Results 169 engine_components issues
Sort by recently updated
recently updated
newest added

### Describe the bug πŸ“ ![Image](https://github.com/user-attachments/assets/c15f7960-5b82-4e76-9c0d-307b4403a322) Create a world from a function located in another file to allow the generation of more than one world in order to have a...

bug

### 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...

feature

### 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,$);...

bug

### 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...

bug

### 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...

bug

### 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...

bug

### 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...

bug

### 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...

bug

### 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...

bug

### 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...

bug