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

BIM 360 and the Revit API

Im trying to learn more about the Revit API as it works with BIM 360. I know I can determine isCloudInModel (which is available in the 2019 API, not the 2018 - and hopefully its available intentionally this time) and get the path using these…
Skinner
  • 1,461
  • 4
  • 17
  • 27
0
votes
1 answer

How to create a 3D view just like BimViews using Java?

I am new to the plugin development of BimClientServerLib. I have to create a plugin/service where i just need the 3D view and get all the information, so that if i push some information like simulate Door_1 it should be highlighted in the 3D View.I…
Shubham
  • 997
  • 1
  • 9
  • 15
0
votes
1 answer

BimServer 1.4 getModel always returns an empty model

Using the latest BIMServer 1.4.0 I am unable to load my model. The model is returned, but it does not contain any classes. The lifecycle of the ifc: I initialize like this PluginManager pluginManager =…
Dakson
  • 75
  • 1
  • 7
0
votes
1 answer

How to fetch hierachical spatial structure and contained products from an IFC model?

I am currently working on a project to fetch all the details like IfcBuilding, IfcDistributionControlElement etc. from an IFC file stored in Opensource BIMserver. Using the Java client library, I managed to get a list of storeys and print their…
Shubham
  • 997
  • 1
  • 9
  • 15
0
votes
1 answer

how do you transfer a Revit property into openmodelica?

Does anyone now how to transfer a property in Revit into OpenModelica? Lets say in Revit there exist a heat pump with a capacity of 2500 Kwh. I would like to use that 2500 in a modelica script. thank you guys already
capirossi1
  • 25
  • 4
0
votes
0 answers

Recursively transform coordinates from IfcWall

I am looking for a way to get the absolute vertices from an IfcWall. Most Parsers only give the relative placement. How do I dissolve the relation to other elements and make the coordinates absolute? The BimServer API provides transformation…
Dakson
  • 75
  • 1
  • 7
0
votes
2 answers

How to set good permissions for uploading file by FORGE API?

I have to upload a file from a server to docs management, but i have a problem at upload file step. For information, i do my script with Dynamics NAV. Before doing the upload from Dynamics NAV, i tried with Git Bash and cURL commands : it…
0
votes
0 answers

Scanning 3D model outside surface and creating model copy using Autodesk forge API

I am researching a way to select (or scan) the surface of an existing 3D model of a building and using selected data to create a new model. For this I am using Java, JS and Autodesk Forge API. What I am trying to achieve is a copy of a model that…
Widnmax J
  • 39
  • 1
  • 1
  • 3
0
votes
1 answer

Import 3D imaging data in xBim

Is there is any way to Import 3D imaging data (point clouds and/or other similar 3D imaging products - specify formats supported) into xBim files?
0
votes
1 answer

Ifc2x3 Equivalent for IfcExtrudedAreaSolidTapered

I want to be able to implement a truncated cone in IFC. I know that there is a rather quick way to implement this in IFC 2x4 with the IfcExtrudedAreaSolidTapered class. Can anybody tell me how to do that with Ifc 2x3? Here's what I have:…
user3166700
  • 25
  • 1
  • 6
0
votes
1 answer

PATCH:projects/users with several services

I am currently trying to update the user permissions on a project with the function PATCH: project / users (v2) for several services (BIM Docs, Field, Glue, Plan and Schedule) but for other services that Docs I have an error telling me that the…
0
votes
1 answer

Change size of model structure panel in Forge Autodesk

I want to change the size of the model structure panel inside Forge Autodesk. I have been looking for the good 'height' parameter in the code, but I do not find anything related to that... Among dynamic extensions, I have tried with…
Fred Coud
  • 127
  • 1
  • 1
  • 13
0
votes
4 answers

IFC geometry - Space Boundaries

Can anyone recommend an appropriate forum for asking questions about Industry Foundation Class geometry? I am parsing IFC and interpreting the geometry, focussing on space boundaries.(IFCRELSPACEBOUNDARY) All the space boundaries associated with a…
-1
votes
1 answer

Problem in python script using ifcopenshell module

Currently i try to run a code but I keepr receiving errors, tried everything to fix error but unfortunatly no results. hoping someone can help me. # Importeer de functies uit ifc_functions.py import IFCOPENSHELL from ifc_fucntions import * #…
-1
votes
1 answer

BIM in AngularJS or Laravel, is it possible?

I have a question about whether it is possible to create a functionality in AngularJS or Laravel that would allow opening BIM files? Thank you in advance for your answer.