Example #1
0
    def __init__(self):
        self.Nlines = 11
        self.angle_deg = 60
        self.line_width = 1
        self.line_height = 2
        self.line_length = 10
        self.period = 2
        self.connected = False

        GWLobject.__init__(self)
Example #2
0
    def __init__(self):
        self.centro = [0, 0, 0]
        self.inner_radius = 1
        self.outer_radius = 2
        self.height = 3
        self.method = 'circles'

        self.PointDistance_r = 0.150
        self.PointDistance_theta = 0.150
        self.PointDistance_z = 2.7 * 0.150

        self.downwardWriting = True
        self.zigzag = True

        self.rotateSpirals = False
        self.add_flat_ends = True
        self.closed_loop = False

        self.power = -1

        GWLobject.__init__(self)
        return
Example #3
0
    def __init__(self):
        GWLobject.__init__(self)

        self.centro = [0, 0, 0]
        self.inner_radius = 0.5
        self.outer_radius = 1
        self.height = 1

        self.z_step = 0.1
        self.theta_step_deg = 1
        self.r_step = 1

        self.truncationDistanceFromCentro = 0.7
        self.startAngle_deg = 0
        self.endAngle_deg = 360

        self.voxel_width = 0.100
        self.voxel_height = 0.200

        self.closed_loop = False

        return
    def __init__(self):
        GWLobject.__init__(self)
        self.radius = 1
        self.rstart = 1

        self.thickness = 3
        self.hole_radius = 2.5

        self.ZtoX_radius_ratio = 0.6

        self.deltaR = 0.2
        self.deltaP = 6

        self.phi_start = 0

        self.voxelX = 0.3
        self.overlap = 0.5

        self.deltaR_direction = -1
        self.theta_direction = 1

        self.TopHemiparabola = True
Example #5
0
 def __init__(self):
     GWLobject.__init__(self)