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
def setUp(self): self.feature = feature.Feature() self.mesh = mesh.Mesh() self.stitch = stitch.Stitch()
def __init__(self): self.stitch = stitch.Stitch() self.extract_arcs = ExtractArcs()