Classes | |
class | IfcDocument |
class | IfcEntity |
class | IfcFile |
class | IfcSchema |
Variables | |
string | __author__ = "Yorik van Havre, Marijn van Aerle" |
string | __title__ = "FreeCAD IFC parser" |
string | __url__ = "http://free-cad.sourceforge.net" |
DEBUG = False | |
tuple | IFCLINE_RE = re.compile("#(\d+)[ ]?=[ ]?(.*?)\((.*)\);[\\r]?$") |
string ifcReader::__author__ = "Yorik van Havre, Marijn van Aerle" |
Definition at line 27 of file ifcReader.py.
string ifcReader::__title__ = "FreeCAD IFC parser" |
Definition at line 26 of file ifcReader.py.
string ifcReader::__url__ = "http://free-cad.sourceforge.net" |
Definition at line 28 of file ifcReader.py.
ifcReader::DEBUG = False |
Definition at line 62 of file ifcReader.py.
tuple ifcReader::IFCLINE_RE = re.compile("#(\d+)[ ]?=[ ]?(.*?)\((.*)\);[\\r]?$") |
Definition at line 61 of file ifcReader.py.