224 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
104
views
Model Derivative API ignores conversionMethod v3 and still uses Navisworks for IFC conversion, resulting in Error Code 5
I've asked before but it was deleted because of insufficient information, so I hope it's not the case this time.
I'm experiencing an issue where the Model Derivative API appears to ignore the v3 ...
0
votes
2
answers
76
views
Autodesk OSS v2 API returns 404 when uploading IFC file – "The requested resource does not exist"
I'm using Autodesk Platform Services (APS, formerly known as Forge) to upload an IFC file using the OSS v2 API.
Here’s my current setup:
✅ I successfully obtained an access token using 2-legged OAuth ...
0
votes
0
answers
42
views
How to fix camera vibrations and unreadable pixels in IFC.js viewer with Three.js and React
I'm developing a React application using IFC.js and Three.js to visualize complex BIM models. However, I'm facing two major issues:
Camera vibrations during transitions/selections
When clicking on an ...
0
votes
0
answers
32
views
IFC Export for Many Sections - Autodesk Forge Automation-
I am trying to do the IFC Export through Autodesk Forge. I am using Automation API. The particular file in question has lots of sections assigned to it. The program essentially iterates through all of ...
2
votes
1
answer
518
views
Can’t load IFC file in React with @thatopen/components—camera/world or WASM errors
I have a React project where I’m trying to load and display an .ifc file using the @thatopen/components library. However, I keep running into either:
"This camera needs a world to work!" or
WASM ...
0
votes
0
answers
102
views
How can I move an object in Three js and export it properly to IFC?
I am using the Components library from ThatOpen to load an IFC file to my Three.js scene. With DragControls I am able to move stuff around, and I save the moved elements to a Map with the expressIDs ...
0
votes
1
answer
412
views
How to get element geometry in web-ifc?
I'm using web-ifc version 0.0.59 to explore IFC files.
I'm also using @thatopen/components and associated packages but I find it easier to use the web-ifc package to explore the structure and element ...
1
vote
1
answer
104
views
change IFC export settings in Model Derivative API
we have an integration for using the Model Derivative API to convert models to IFC format. The documentation specifies that it's possible to use custom conversion settings, but there’s a small gap I ...
1
vote
0
answers
44
views
XBIm - boundingbox wrong dimensions with circular buildingelementproxy
I am trying to get the dimensions of the buildingelementproxy in VB.net
with rectangular form the dimensions are correct but when i have a circular object the values are off by approx. 10mm..... ...
1
vote
0
answers
119
views
Running Blender python script outside of blender error message calculate_object_volumes.poll() failed, context is incorrect
I try to run a python script outside blender headless via blender -b --python import_ifc_model.py command
I have installed Blender 4.2.1, the add-on Bonsai (new name before it was blenderbim) and the ...
1
vote
0
answers
72
views
Faulty display of IfcBooleanClippingResult
I'm currently working on an IfcViewer application using Xbim, and HelixToolkit. So far i've had no problem with the display if IFC files, and objects. Recently I've introduced objects where the ...
0
votes
0
answers
147
views
Correcting data loss when converting from Revit to IFC
It was noticed that some approximations, element losses and data losses occur when Revit models are converted to IFC models. There is also change in coordinate of certain elements especially floors ...
1
vote
0
answers
121
views
How to get oriented bounding box of Element in XBim?
I'm using the XBim library to extract information about IFC Furniture and Sanitary Elements. Part of that information is the (2D) outline of elements in space.
Ideally, I'd like to get the convex hull ...
emilaz's user avatar
- 2,182
0
votes
0
answers
124
views
SPFx webpack without framework i try to import a javascript build
I am trying to import in a SPFx a build of my code, I used different builds but all the time gulp serve tells me the same (unexpected token in different line)
I tried import the build with:
require(&...
1
vote
0
answers
179
views
How to work with multiple models loaded into one scene using ThatOpen libraries?
ThatOpen libraries and Three.js support loading multiple models into one scene and displaying the models. However, I have not found a way to display the entity properties of each model, floor plans ...