mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +00:00
- 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:
@@ -639,3 +639,7 @@ int IfcGeomObjects::Progress() {
|
||||
std::string IfcGeomObjects::GetLog() {
|
||||
return Logger::GetLog();
|
||||
}
|
||||
|
||||
IfcParse::IfcFile* IfcGeomObjects::GetFile() {
|
||||
return ifc_file;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user