Classes | |
class | FCWireBuilder |
Functions | |
def | makeSprocket (P, N, Dr) |
def | midpoints (p1, p2, r) |
Variables | |
rotate = sprocket.rotate | |
def Mod.PartDesign.fcsprocket.fcsprocket.makeSprocket | ( | P, | |
N, | |||
Dr | |||
) |
def Mod.PartDesign.fcsprocket.fcsprocket.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.fcsprocket.fcsprocket.FCWireBuilder.arc().
Mod.PartDesign.fcsprocket.fcsprocket.rotate = sprocket.rotate |