def setUp(self):
     tags = Tags.from_text(POLYMESH_DXF13)
     self.entities = EntitySection.from_tags(tags, DrawingProxy('AC1024'))
 def setUp(self):
     tags = Tags.from_text(POLYFACE_DXF12)
     self.entities = EntitySection.from_tags(tags, DrawingProxy('AC1009'))
 def setUp(self):
     tags = Tags.fromtext(POLYLINE_DXF13)
     self.entities = EntitySection(tags, DrawingProxy('AC1024'))
Exemple #4
0
 def setUp(self):
     tags = Tags.from_text(POLYLINE_WITH_BULGE_VALUES)
     self.entities = EntitySection.from_tags(tags, DrawingProxy('AC1009'))
Exemple #5
0
 def setUp(self):
     tags = Tags.from_text(POLYLINE_2D_SPLINE)
     self.entities = EntitySection.from_tags(tags, DrawingProxy('AC1009'))
Exemple #6
0
 def setUp(self):
     tags = Tags.fromtext(POLYMESH_DXF12)
     self.entities = EntitySection(tags, DrawingProxy('AC1009'))