- arc improvements, fillets, operations, bodys

This commit is contained in:
bklronin
2026-08-05 09:44:17 +02:00
parent 48042659fc
commit a7e7a9f2c3
4 changed files with 209 additions and 11 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ class OCGeometryKernel(GeometryKernel):
return OCCGeometryObject(edge, {"type": "circle"})
def create_arc(
self, center: Point2D, radius: float, start_angle: float, end_angle: float
self, center: Point2D, radius: float , start_angle: float, end_angle: float
) -> GeometryObject:
"""Create a 2D arc."""
import math