Exemplo n.º 1
0
 def __init__(self):
     self.object = feature.Object()
     self.stitch = stitch.Stitch()
     self.polygons_by_arc = dict()
     self.polygons = list()
     self.groups = list()
     self.topology = None
Exemplo n.º 2
0
 def setUp(self):
     self.feature = feature.Feature()
     self.mesh = mesh.Mesh()
     self.stitch = stitch.Stitch()
Exemplo n.º 3
0
 def __init__(self):
     self.stitch = stitch.Stitch()
     self.extract_arcs = ExtractArcs()