예제 #1
0
 def setUp(self):
     tags = Tags.fromtext(BLOCKS_WITH_ATTRIB_DXF13)
     self.blocks = BlocksSection(tags, DrawingProxy('AC1024'))
예제 #2
0
 def setUp(self):
     tags = Tags.from_text(BLOCKS_WITH_ATTRIB_DXF12)
     self.blocks = BlocksSection.from_tags(tags, DrawingProxy('AC1009'))
예제 #3
0
 def setUp(self):
     tags = Tags.fromtext(BLOCKS_DXF12)
     self.blocks = BlocksSection(tags, DrawingProxy('AC1009'))
예제 #4
0
 def setUp(self):
     tags = Tags.from_text(BLOCKS_DXF13)
     self.blocks = BlocksSection.from_tags(tags, DrawingProxy('AC1024'))