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...
I compiled the ifcplusplus project successfully, but the following error occurred at runtime ! 0x000007FEFCDBBDED (in simpleviewerexample.exe) : Microsoft C++ exception: UnknownEntityException, located at memory location 0x000000000D33FA30. Please see the...
Hi, My app currently "untriangulate" the objects' meshsets to obtain one polygon for each face, but the process can take up to 2 seconds per object if the meshset is...
Hello! what does mean in lines 4100-4101: if (currentfile!=-1) unzCloseCurrentFile(uf); currentfile=-1; may be if (currentfile!=-1) { unzCloseCurrentFile(uf); currentfile=-1; }
Hi, I am trying to build for .dll file for release and getting above error. The only thing I did was I added the path for boost directory and changed...
Could you make a statement about the IFC-versions IFC++ is supporting, import and export? It looks like it's supporting IFC4Add2. Which looks like it's backwards compatible to IFC4 and IFC4Add1....
Wanted to know if anyone has successfully built ifcplusplus on OS X? It would be great to have a macport and homebrew formula for it. ref: https://github.com/Schamschula/macports/issues/10
Hi Fabian, Just tried to view these exapmles lastest viewer: https://github.com/buildingSMART/IfcDoc/tree/master/IfcKit/examples/advanced-geometric-shape Both advanced brep ones are not displayed in latest IfcPlusPlus viewer. Is there no representation generated for them? AFAIKT...
I'm using the STEP importer in one of my project and I wanted to update the IfcPlusPlus to it's latest greatest. I'm encountering a new run time issue where a...
I found the IfcElement::setInverseCounterparts() miss the inverse operations. IfcElement in the IFC4 include the following attributes: INVERSE FillsVoids : SET [0:1] OF IfcRelFillsElement FOR RelatedBuildingElement; ConnectedTo : SET [0:?] OF...
I use visuall studio 2017 and installed Qt 5.11.3. I downloaded OSG 3.6.3 as binaries. But I can't find all directories and files like in set_devenv64-VS2013.cmd I tried to build...