예제 #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()
예제 #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()
예제 #3
0
 def __init__(self, rtype, args):
     IfcEntity.__init__(self, rtype, args)
     self.external_file_identifications = args.pop()
예제 #4
0
 def __init__(self, rtype, args):
     IfcEntity.__init__(self, rtype, args)
     self.section = args.pop()
     self.context_identifiers = args.pop()
예제 #5
0
 def __init__(self, rtype, args):
     IfcEntity.__init__(self, rtype, args)
     self.schema_identifiers = args.pop()
예제 #6
0
 def __init__(self, rtype, args):
     IfcEntity.__init__(self, rtype, args)
     self.section = args.pop()
     self.default_language = args.pop()
예제 #7
0
 def __init__(self, rtype, args):
     IfcEntity.__init__(self, rtype, args)
     self.description = args.pop()
     self.implementation_level = args.pop()