Advanced Report: Object with Multiple Reference Classification
Hi, Please send us our file and we shall try and help you solve the issue. Best regards, BIMvision Team
Answer
Hi, Please send us our file and we shall try and help you solve the issue. Best regards, BIMvision Team
Hello, We support both IfcBSplineCurveWithKnots and IfcBSplineCurve. If you have a problem with your file, please send it to contact@bimvision.eu. Best regards, BIMvision Team
Hello, Does your computer fulfill the requirements needed for using BIMvision? You can check it here: https://bimvision.eu/en/download/. Best regards, BIMvision Team
Hello Fabian, There is no such a function of IFC export to be implemented. Best regards, BIMvision Team
Hi it is same problem for me too. I defined different classification of Uniclass for an object but finally only one of them will appear in BIM vision (the one as assembly code) and non of classification parameters do not display. i still didn’t find any solution for that
Hello, Bvf is a collection of files. Before using the ReadBvf function, you must first use the BeginReadBvf method (to indicate the file name in BVF). Code example for reading the xml file: private void onModelLoad() { byte[] xml; bool test = api.BeginReadBvf(@”comments.xml”); if (test == true) xml=api.ReadBvf(); } In case of any further questionsRead more about Problem with api.ReadBvf ()[…]
Hi Bernd, We support only some of IFC4 files. We could develop the range of supported files if you could send us yours (for diagnostic purposes only) to the contact@bimvision.eu. Best regards, BIMvision Team
Dear Jochen, Thank you for your suggestion. We have added the options to our ToDo list and will try and implement the functionalities asap. BIMvision Team
Hello, If you mean the properties table, you should go to Objects tab and press Structure button to get it back. If it is something else, then please contact us by mail (contact@bimvision.eu) and describe more precisely what you mean or send us a screenshot of your issue. Best regards, BIMvision Team
You cannot open .dwg files in BIMvision. It can open only .ifc files and native .bvf. Best regards, BIMvision Team