Classes | |
class | FCWireBuilder |
Functions | |
def | makeGear (m, Z, angle, split=True) |
def | midpoints (p1, p2, r) |
Variables | |
rotate = involute.rotate | |
def Mod.PartDesign.fcgear.fcgear.makeGear | ( | m, | |
Z, | |||
angle, | |||
split = True |
|||
) |
def Mod.PartDesign.fcgear.fcgear.midpoints | ( | p1, | |
p2, | |||
r | |||
) |
A very ugly function that returns the midpoint of a p1 and p2 on the circle which radius is r and which pass through p1 and p2 Return the 2 possible solutions
Referenced by Mod.PartDesign.fcgear.fcgear.FCWireBuilder.arc().
Mod.PartDesign.fcgear.fcgear.rotate = involute.rotate |