Questions tagged [bim]

BIM stands for Building Information Modeling and describes a continuous process that supports planning, building, and maintenance of the built environment using informatics.

77 questions
0
votes
1 answer

Delete Calculated field in Azure SSAS-Tabular modal

I am using Azure Tabular Analytics. I have the *.bim file where I added few calculations. Over the period, I kept creating new calculation fields but did not removed the old ones that are not in use. Now that I need to cleanup my project, how do I…
Phantom
  • 101
  • 6
0
votes
1 answer

How to get BuildingElementProxys of ifc-files?

I have to extract some convection coolers out of an ifc-file. They're saved as BildingElementProxys & are in relation with IfcRelContainedInSpatialStructure. My approach is to get all the IfcRelContainedInSpatialStructures & search with a for-loop…
julia
  • 1
  • 1
0
votes
1 answer

How can I create a triangle mesh in an .ifc file from scratch in python?

I am new to working with .ifc files in python. What is the best way to create a triangle mesh when I have two arrays - one with vertices and one with faces - in a new .ifc file and how can I do this with python with the ifcopenshell package? I have…
Nils
  • 3
  • 5
0
votes
0 answers

Ugly shading in Xbim

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 as far as I can tell. Can I alter the…
0
votes
0 answers

XBIM - IFC to Wexbim File Conversion Problem

I am trying to integrate XBIM Web UI in to our application. We have IFC files in the local file system. We convert these IFC files to WexBIM format to display them in the browser (via XBIM Web UI). As far as I see XBIMv4 supports IFC versions 2x3…
0
votes
1 answer

forge connector in power automate

when i try to connect with the forge connector in power automate, it sayes no items in the folder (bim 360). [![enter image description here](https://i.stack.imgur.com/1V1Qg.png)](https://i.stack.imgur.com/1V1Qg.png) i expect contact wit bim 360
0
votes
0 answers

IFC.js rendering issue -- pixelation issue with walls when moving around with the viewer

When I load up my IFC.js viewer and add my models to the scene, there are some walls and assets that seem to bug out a little whenever I move and navigate around. This occurs on most any file I attempt to view, including all of the example files…
0
votes
1 answer

Is Autodesk Forge capable of representing data and data interaction?

This question is aimed at the Autodesk Forge experts here. I have started looking into Forge recently and wondered if Forge can do what I have in mind. I have a few location data (x,y,z) and a simple BIM model of a room created with Revit. I wanted…
0
votes
1 answer

Create IFC file using C#

Does anyone know if there is already a widespread way of creating IFC files, or at least IFC objects, using C#? I am trying to create objects based on class instances that result from a calculation which is coded in C#. The use of APIs of authoring…
alcerrimo
  • 1
  • 1
0
votes
0 answers

Forge not generating master view

I've been trying to use the forge viewer and I cannot get it to translate the .rvt files with the room info. I read you need to specify: "generateMasterViews": True and in the headers 'x-ads-force: true' What am I doing wrong??? here is my…
julianf19
  • 51
  • 4
0
votes
0 answers

IFC : IfcReinforcingBar example

I am using xBIM toolkit. I need to write bar (IfcReinforcingBar) and try to do this following wall creation example. But I am totally lost. Does anybody already do this and could share is code with me ? Thanks for your help !
FMN
  • 1
  • 1
0
votes
0 answers

BIM Model Performance in Forge

I did an experiment to compare the loading performance of different BIM models in Autodesk Forge Viewer on the same machine. The duration is measured until PROGRESS_UPDATE_EVENT (state=2 and percentage=100). The loading time is significantly longer…
0
votes
0 answers

gbXML file generation time

I am trying to generate the gbXML file using solar computer plugin GBIS. However it has updated to 15% only in more than one hour. Is it normal for gbXML file to generate or export. For more information, the Revit model is 6 storey building with…
0
votes
1 answer

Can I colour one element in a BIM with multiple colours?

I am looking into ways to colour an element in my BIM file (Walls, Floors etc.) with multiple colours. The idea is that when I have a wall or floor through multiple rooms, I want to colour that wall based on the Room data. However the Room data can…
0
votes
3 answers

How to Set Home View in BIM 360?

Is there a way to set BIM 360 3D views to all have the same home view? I tried setting it up inside Revit, and it works for my views when I open in Revit. But once I publish it and upload to BIM 360 it starts to create its own random home views.…