Ejemplo n.º 1
0
 def setUp(self):
     tags = Tags.fromtext(POLYFACE_DXF12)
     self.entities = EntitySection(tags, DrawingProxy('AC1009'))
Ejemplo n.º 2
0
 def setUp(self):
     tags = Tags.fromtext(POLYLINE_DXF13)
     self.entities = EntitySection(tags, DrawingProxy('AC1024'))