Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
91 views

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 ...
IBG's user avatar
  • 415
0 votes
0 answers
36 views

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 ...
wiem ben araar's user avatar
2 votes
1 answer
449 views

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 ...
FilResto's user avatar
0 votes
1 answer
361 views

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 ...
DebD's user avatar
  • 464
1 vote
0 answers
39 views

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..... ...
Roy TImmers's user avatar
1 vote
0 answers
67 views

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 ...
György Müller's user avatar
1 vote
0 answers
96 views

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
1 vote
0 answers
163 views

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 ...
user3104364's user avatar
1 vote
1 answer
110 views

as working with ifc.js Components using Fragment IFC Streaming I had an issue handling files in backend I need to know which files I need to put in backend to have it streaming ? `let filestream = fs....
Mohamed Abdelkrim's user avatar
0 votes
1 answer
275 views

I have an issue using the OrthoPerspectiveCamera in my App (from openbim-components package). When I am zooming into my model, it automatically switches into FirstPerson mode. And then, it becomes ...
Yannos's user avatar
  • 1
0 votes
0 answers
42 views

I can change a lot of parameters by the .LookupParameter("string").SetValueString("new_string"), but it seems that IFC parameters (or Identify Data) can not be changed? How can ...
Piet's user avatar
  • 11
0 votes
0 answers
169 views

I am trying to get the rotation of an object (flowterminal) from a IFC-file using XBIM enter image description here i can not seem to find a property, so it seems that the rotation needs to be ...
Roy TImmers's user avatar
0 votes
1 answer
380 views

I am new to .NET xBim Toolkit and I wonder if it can help with calculating the volume of some objects in an IFC model. In particular, there is module called XbimGeometry but I am unsure if and how it ...
oli's user avatar
  • 807
0 votes
2 answers
403 views

I successfully implemented an IFC viewer in NodeJs and am now trying to implement it in ASP.NET MVC Core 2.1 Here are my codes: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml&...
Nzeh's user avatar
  • 11
0 votes
1 answer
128 views

We process ifc IFC2X3 file for retrieving information. With the following code some properties seems not to be found. Its about "Typical-code" in "General" section //...
Meindert's user avatar
2 votes
3 answers
296 views

I'm writing a C# application, where objects are to be identified by their Guid. According to the customer, there should be two types: Standard GUID (128-bit, 36 characters) IFC64 GUID (132-bit, 22 ...
Dominique's user avatar
  • 17.6k
0 votes
1 answer
212 views

A python script produces an IFC-file wherein the following line appears several times: PropertySingleValueWriter = ifcfile.createIfcPropertySingleValue("{}".format(V), "{}".format(...
stonebe's user avatar
  • 522
0 votes
0 answers
465 views

I am using local clipping to allow my users to drop clipping planes on my models. When they add a clipping plane, I'm using PlaneHelper to visualize where the plane is. I cannot seem to get the ...
spots's user avatar
  • 2,748
1 vote
0 answers
81 views

I'm simply trying to perform a require(./file.ifc) into my application so I can run it with threejs and expo-gl. Although when I require it, I get this error: error: SyntaxError: /Users/niltonsf/...
Nilton Schumacher F's user avatar
1 vote
0 answers
50 views

I need to expose the IfcPresentationLayerAssignment entity from my IFC file where autocad layer information is stored. I need to do this in FME, however FME currently doesn't have the capability to ...
Izzwizz88's user avatar
0 votes
0 answers
280 views

I'm developing a software that can display 3D IFC building models. I'm using Xbim, and Helix toolkit for that. I managed to display the geometry correctly, but there is something off with the shading ...
György Müller's user avatar
0 votes
1 answer
185 views

Some background: I'm using Forge to visualize IFC models. Some of my uploaded models have IfcOpeningElements which seems to be hidden in Forge by default, at least when setting ghosting to false via ...
simen-andresen's user avatar
0 votes
1 answer
726 views

In a simple IFC.js application, loading IFC models (and fragments for that matter) fails with TypeError: this.geometry is undefined when accelerating the raycast using three-mesh-bvh. Removing that ...
gjkf's user avatar
  • 103
0 votes
1 answer
240 views

I would like to calculate the distance between two points of the object by clicks. I use IFCviewerAPI.
BI_ifc's user avatar
  • 1
0 votes
1 answer
497 views

I would like to change the color of the onHover effect in IFCjs viewer. Currently it is pink, it would be nice if it was lightGrey. Can anybody help me do it?
Oleg Moshkovich's user avatar

1
2 3 4 5