425 B
425 B
helical_sweep_rsolid
API Definition
def helical_sweep_rsolid(profile: Wire, pitch: float, height: float, radius: float, center: Tuple[float, float, float] = (0, 0, 0), dir: Tuple[float, float, float] = (0, 0, 1)) -> Solid
Source: operations.py
Import Surface
- top-level:
from simplecadapi import helical_sweep_rsolid
Description
Create a solid by sweeping a profile along a helical path.