Questions tagged [gbxml]

Open Green Building XML Schema

gbXML

Open Green Building XML Schema facilitates the transfers between 3D building information models between tools such as Autodesk, Bentley, and Graphisoft.

7 questions
3
votes
0 answers

gbXML example with SpaceBoundary

I'm developing an gbXML export and I want to understand how gbXML works with SpaceBoundary. I understand gbXML with surfaces well, but with SpaceBoundary I have problems. I'm searching for an example gbXML file with SpaceBoundary, but the offical…
lukas
  • 495
  • 4
  • 13
1
vote
2 answers

Import gbxml from REVIT Api

I want to create my plugin in revit, where there is the option to import the gbxml file. Within the REVIT API there is an import method, where it takes as arguments the path of the file and the options. My question is how is the format of those…
j-j suarez
  • 111
  • 3
1
vote
1 answer

How to sort extracted values according to element conditions

I have the following XML file:
LillieG
  • 75
  • 1
  • 7
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

Serialize undisclosed c#-object to XML as XmlRoot

I am trying to serialize an gbXML format from data that i extracted from a CAD model in the architecture software Revit. For every element in the CAD-model, i extracted the geometry as a polygon-loop. Thereby, i used the classes of the API of Revit,…
0
votes
2 answers
0
votes
1 answer

") Expected" using t4 text templates in c#

Trying to make a conversion .exe between a .gbxml filetype and a .idf filetype by using a t4 text template, i ran into an error. Somehow, this code snippet keeps telling me: Error CS1026: ) expected. This occurs after the 'relative north{deg}");'…