ifcquery
ifcquery
I would recommend to always use up to date compilers, which in case of VS is VS 2019, v142. Are there any reasons why you use such an old compiler?
Hi, take a look at the method computeCreaseEdgesFromMeshset(...) It is very fast, takes only milliseconds for meshes of thousands of triangles. And it can be run in parallel easily.
Hi, with Qt, there is a method QString::fromStdWString(...), so I used only that one so far. Other GUI libraries might have a similar function.
solved meanwhile
I just tested an example: #266940= IFCPROPERTYSINGLEVALUE('Weight',$,IFCMASSMEASURE(0.89336550494179),$); It is read correctly. Please check again, and use a debugger to reproduce a possible problem. If the problem persists, please provide the...
IfcMassMeasure is not defined as SELECT data type: TYPE IfcMassMeasure = REAL; END_TYPE; Whereas IfcValue is defined as SELECT type: TYPE IfcValue = SELECT (IfcDerivedMeasureValue ,IfcMeasureValue ,IfcSimpleValue); END_TYPE; SELECT types...
Hi, when there is no explicit geometry in the IFC model, there is currently no functionality in IFC++ to visualize it. If there is at least a local coordinate system...
Hi, thanks for your suggestion. Did you consider the function void BuildingModel::initFileHeader( std::wstring file_name )? There is also something like strs
I don't quite understand what you mean about the line stream
I did not encounter such a problem yet. Since this is an open source project, you can also figure out a solution (google, implement, debug, etc), and open a pull...