Fixes #3452363 Fail to create meshes of parametric curves when no angular unit information is present in the IFC file

This commit is contained in:
Thomas Krijnen
2011-12-07 14:07:22 +00:00
parent bc56aa3397
commit 9d88d75b3b
3 changed files with 25 additions and 0 deletions
+1
View File
@@ -247,6 +247,7 @@ public:
static bool Init(IfcParse::File* f);
static std::string GetLog();
static void Dispose();
static bool hasPlaneAngleUnit;
static float LengthUnit;
static float PlaneAngleUnit;
static int CircleSegments;