ifcplusplus
ifcplusplus copied to clipboard
IfcPlusPlus is an open source C++ class model, as well as a reader and writer for IFC files in STEP format. Features: Easy and efficient memory management using smart pointers. Parallel reader for ver...
``` What steps will reproduce the problem? 1.Launch IFC++ Viewer 2.Clic on Choose file button 3.File dialog is empty or half. What is the expected output? What do you see...
``` SI unit for metric length should be valid even if there is no "IfcSIPrefix" as it is optional. If it is not there then unit scale factor of 1.0...
``` 1) The colour of curve3D entities are not shown in the IFC++ viewer. 2) IFC++ viewer does not have support for point, RepresentationConverter::convertIfcGeometricRepresentationItem() could we add case for Ifcpoint?...
``` When double/float values are written to the .ifc as scientific notation seems to upset a few IFC viewer. For instance, DDS-CAD viewer will throw an error and does not...
``` What steps will reproduce the problem? 1. Install Ubuntu 14.04 2. Install prerequisites for compiling ifcpluplus 3. Try to compile ifcplusplus What is the expected output? What do you...
``` IFC++ loading the 288-Mb IFC file has been tested on two PCs. The file can be found at http://download2cf.nemetschek.net/www_misc/bim/DCR-LOD_300.zip The first PC, with 16Gb of RAM, loaded and displayed...
``` I currently get an anonymized list of errors in the Read/Write IFC tab, like: Error: convertIfcBooleanOperand problems in extrude: poly_data->points.size() != 2*polygonal_boundary.size() convertIfcBooleanOperand problems in extrude: poly_data->points.size() != 2*polygonal_boundary.size()...
``` What steps will reproduce the problem? 1. Opening the nice model of Digital210King: http://www.digital210king.org/downloader.php?file=16 What is the expected output? What do you see instead? I attached a screenshot from...
``` What steps will reproduce the problem? 1. Under Ubuntu 12.04, compile using cmake 2. Load the attached ifc file What is the expected output? What do you see instead?...
Sorry to bother you, but I found some possible errors with the convertGeometry() function while using ifcplusplus. In my understanding, this part is to find the set of grids that...