Functions | |
| def | generate (edge, hole_radius, step_down, step_over, tool_diameter, inner_radius=0.0, direction="CW", startAt="Outside") |
| def helix_generator.generate | ( | edge, | |
| hole_radius, | |||
| step_down, | |||
| step_over, | |||
| tool_diameter, | |||
inner_radius = 0.0, |
|||
direction = "CW", |
|||
startAt = "Outside" |
|||
| ) |
generate(edge, hole_radius, inner_radius, step_over) ... generate helix commands. hole_radius, inner_radius: outer and inner radius of the hole step_over: step over % of tool diameter
Referenced by PathScripts.PathHelix.ObjectHelix.circularHoleExecute().