Merge branch 'master' into v0.6.0

This commit is contained in:
Thomas Krijnen
2020-06-07 20:23:00 +02:00
9 changed files with 42 additions and 7 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ namespace IfcGeom {
// Default: 0.00001 (obtained from IfcGeometricRepresentationContext if available)
GV_PRECISION,
// Whether to process shapes of type Face or higher (1) Wire or lower (-1) or all (0)
GV_DIMENSIONALITY
GV_DIMENSIONALITY,
GV_LAYERSET_FIRST
};
Kernel(IfcParse::IfcFile* file_ = 0);