Skip to content

Commit 38ad1a7

Browse files
pyansys-ci-bottfs_caslservice
andauthored
sync: file sync performed by ansys-tools-repo-sync (#93)
Co-authored-by: tfs_caslservice <tfs_caslservice@cdcw22cslbld04>
1 parent 23a14a9 commit 38ad1a7

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)