Applied Patch #3509752 by mv2ax

Made the sewing of TopoDS_Shells into a IfcGeomObjects::Setting
Limit the maximum number of faces a shell to be sewed
This commit is contained in:
Thomas Krijnen
2012-03-23 17:38:44 +00:00
parent df2bcecf96
commit a9bba39b9d
9 changed files with 96 additions and 51 deletions
+1
View File
@@ -822,6 +822,7 @@ Tokens* Ifc::tokens = 0;
double Ifc::LengthUnit = 1.0f;
double Ifc::PlaneAngleUnit = 1.0f;
bool Ifc::hasPlaneAngleUnit = false;
bool Ifc::SewShells = false;
int Ifc::CircleSegments = 32;
MapEntitiesByType Ifc::bytype;
MapEntityById Ifc::byid;