424 B
424 B
make_angle_arc_redge
API Definition
def make_angle_arc_redge(center: Tuple[float, float, float], radius: ScalarLike, start_angle: ScalarLike, end_angle: ScalarLike, normal: Tuple[float, float, float] = (0, 0, 1)) -> Edge
Source: operations.py
Import Surface
- top-level:
from simplecadapi import make_angle_arc_redge
Description
Create an arc edge from a center, radius, and angle range.