Classes | |
class IfcContext | |
class IfcProduct | |
class IfcRoot | |
Functions | |
def QT_TRANSLATE_NOOP (ctx, txt) | |
Variables | |
list IfcTypes = [''.join(map(lambda x: x if x.islower() else " "+x, t[3:]))[1:] for t in ArchIFCSchema.IfcProducts.keys()] | |
Detailed Description
This modules sets up and manages the IFC-related properties, types and attributes of Arch/BIM objects.
Function Documentation
◆ QT_TRANSLATE_NOOP()
def ArchIFC.QT_TRANSLATE_NOOP | ( | ctx, | |
txt | |||
) |
Referenced by ArchIFC.IfcRoot.addIfcAttribute(), and ArchIFC.IfcRoot.setProperties().
Variable Documentation
◆ IfcTypes
list ArchIFC.IfcTypes = [''.join(map(lambda x: x if x.islower() else " "+x, t[3:]))[1:] for t in ArchIFCSchema.IfcProducts.keys()] |