- Added getter to IfcFile object

- fixed wrong operator to judge plan angle unit is not exist.
- guessed plane angle unit stay in a file processing.
This commit is contained in:
Jang Myeongho
2012-08-21 07:06:59 +00:00
parent 0ef6577407
commit da616ffd64
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -639,3 +639,7 @@ int IfcGeomObjects::Progress() {
std::string IfcGeomObjects::GetLog() {
return Logger::GetLog();
}
IfcParse::IfcFile* IfcGeomObjects::GetFile() {
return ifc_file;
}