Files
cadSet/SimpleCADAPI/docs/api/make_angle_arc_redge.md
2026-07-22 19:38:36 +08:00

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.