Beispiel #1
0
 def __init__(self, rtype, args):
     IfcEntity.__init__(self, rtype, args)
     self.name = args.pop()
     self.time_stamp = args.pop()
     self.author = args.pop()
     self.organization = args.pop()
     self.preprocessor_version = args.pop()
     self.originating_system = args.pop()
     self.authorization = args.pop()
Beispiel #2
0
 def __init__(self, rtype, args):
     IfcEntity.__init__(self, rtype, args)
     self.governing_schema = args.pop()
     self.determination_method = args.pop()
     self.governed_sections = args.pop()
Beispiel #3
0
 def __init__(self, rtype, args):
     IfcEntity.__init__(self, rtype, args)
     self.external_file_identifications = args.pop()
Beispiel #4
0
 def __init__(self, rtype, args):
     IfcEntity.__init__(self, rtype, args)
     self.section = args.pop()
     self.context_identifiers = args.pop()
Beispiel #5
0
 def __init__(self, rtype, args):
     IfcEntity.__init__(self, rtype, args)
     self.schema_identifiers = args.pop()
Beispiel #6
0
 def __init__(self, rtype, args):
     IfcEntity.__init__(self, rtype, args)
     self.section = args.pop()
     self.default_language = args.pop()
Beispiel #7
0
 def __init__(self, rtype, args):
     IfcEntity.__init__(self, rtype, args)
     self.description = args.pop()
     self.implementation_level = args.pop()