Skip to content

Commit c66bcd7

Browse files
author
tfs_caslservice
committed
sync: add changes from local folder
1 parent 23a14a9 commit c66bcd7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ansys/api/geometry/v0/commands.proto

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,17 @@ service Commands{
7676
rpc RevolveCurves(RevolveCurvesRequest) returns (google.protobuf.Empty);
7777

7878
rpc Chamfer(ChamferRequest) returns (ChamferResponse);
79+
80+
rpc Fillet(FilletRequest) returns (ChamferResponse);
81+
}
82+
83+
message FilletRequest {
84+
repeated ansys.api.dbu.v0.EntityIdentifier ids = 1;
85+
double radius = 2;
7986
}
8087

8188
message ChamferRequest {
82-
repeated string ids = 1;
89+
repeated ansys.api.dbu.v0.EntityIdentifier ids = 1;
8390
double distance = 2;
8491
}
8592

0 commit comments

Comments
 (0)