428 B
428 B
make_angle_arc_rwire
API Definition
def make_angle_arc_rwire(center: Tuple[float, float, float], radius: float, start_angle: float, end_angle: float, normal: Tuple[float, float, float] = (0, 0, 1)) -> Wire
Source: operations.py
Import Surface
- top-level:
from simplecadapi import make_angle_arc_rwire
Description
Create a wire containing an arc defined by a center, radius, and angle range.