jschlenger
jschlenger
**Describe the bug** I just came across an IFC file that splits information that belongs to one IfcEntitiy into multiple lines (see screenshot). OIP is not able to deal with...
**File which is being refactored** ProfileConverter.h **Functions** The profile converter has a protected variable called "paths". Furthermore, there are various functions that take a "paths" variable as one of the...
**File which is being refactored** All files that belong to the IfcGeometryConverter. **Functions** With the update to VS2019 the throw keyword (throw(...)) right after the specification of the input parameters...
**Is your feature request related to a problem? Please describe.** Try to open point cloud files with common file formats (.las, .xyz, .bin, .ply, ...) Check if they are loaded...
**Describe the bug** SolidModelConverter.h has a section regarding IfcBooleanOperand which includes an if loop checking for CSG Union, Intersection, DIfference. With the update to VS2019 some changes to this were...
**Is your feature request related to a problem? Please describe.** With the update to VS2019 the support of reading las files is disabled because of major dependency problems with liblas...
**Describe the bug** With the update to VS 2019 disconnecting Viewport::onChange and Viewport::onClear got disabled. This needs to be handled properly.
Implementation of a viewer that shows the hierarchy tree of IFC files.