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