- arc improvements, fillets, operations, bodys
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user