feat: 增强一级关系识别与保持关系策略
This commit is contained in:
@@ -117,6 +117,8 @@ def _execute(model: StepModel, operation: str, args: list[object]) -> str:
|
||||
return model.resize_ellipse_edge_axis_radius(int(args[0]), float(args[1]), axis_kind=axis_kind)
|
||||
if operation == "resize_existing_fillet":
|
||||
return model.resize_existing_fillet(int(args[0]), float(args[1]))
|
||||
if operation == "resize_existing_chamfer":
|
||||
return model.resize_existing_chamfer(int(args[0]), float(args[1]))
|
||||
if operation == "fillet_edge":
|
||||
return model.fillet_edge(int(args[0]), float(args[1]))
|
||||
if operation == "chamfer_edge":
|
||||
|
||||
Reference in New Issue
Block a user