Ejemplo n.º 1
0
 def setUp(self):
     tags = Tags.from_text(POLYMESH_DXF13)
     self.entities = EntitySection.from_tags(tags, DrawingProxy('AC1024'))
Ejemplo n.º 2
0
 def setUp(self):
     tags = Tags.from_text(POLYFACE_DXF12)
     self.entities = EntitySection.from_tags(tags, DrawingProxy('AC1009'))
Ejemplo n.º 3
0
 def setUp(self):
     tags = Tags.fromtext(POLYLINE_DXF13)
     self.entities = EntitySection(tags, DrawingProxy('AC1024'))
Ejemplo n.º 4
0
 def setUp(self):
     tags = Tags.from_text(POLYLINE_WITH_BULGE_VALUES)
     self.entities = EntitySection.from_tags(tags, DrawingProxy('AC1009'))
Ejemplo n.º 5
0
 def setUp(self):
     tags = Tags.from_text(POLYLINE_2D_SPLINE)
     self.entities = EntitySection.from_tags(tags, DrawingProxy('AC1009'))
Ejemplo n.º 6
0
 def setUp(self):
     tags = Tags.fromtext(POLYMESH_DXF12)
     self.entities = EntitySection(tags, DrawingProxy('AC1009'))