示例#1
0
 def setUp(self):
     tags = Tags.from_text(POLYMESH_DXF13)
     self.entities = EntitySection.from_tags(tags, DrawingProxy('AC1024'))
示例#2
0
 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'))
示例#4
0
 def setUp(self):
     tags = Tags.from_text(POLYLINE_WITH_BULGE_VALUES)
     self.entities = EntitySection.from_tags(tags, DrawingProxy('AC1009'))
示例#5
0
 def setUp(self):
     tags = Tags.from_text(POLYLINE_2D_SPLINE)
     self.entities = EntitySection.from_tags(tags, DrawingProxy('AC1009'))
示例#6
0
 def setUp(self):
     tags = Tags.fromtext(POLYMESH_DXF12)
     self.entities = EntitySection(tags, DrawingProxy('AC1009'))