Skip to content

Commit

Permalink
sync: file sync performed by ansys-tools-repo-sync (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: tfs_caslservice <tfs_caslservice@cdcw22cslbld07>
  • Loading branch information
pyansys-ci-bot and tfs_caslservice authored Nov 6, 2024
1 parent 2cfc810 commit 0ccfdb7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ansys/api/geometry/v0/commands.proto
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,22 @@ service Commands{
rpc FaceOffset(FaceOffsetRequest) returns (CommandResponse);

rpc OffsetFacesSetRadius(OffsetFacesSetRadiusRequest) returns (CommandResponse);

rpc FullFillet(FullFilletRequest) returns (CommandResponse);
}

message FullFilletRequest {
repeated ansys.api.dbu.v0.EntityIdentifier faces = 1;
}

message OffsetFacesSetRadiusRequest {
ansys.api.dbu.v0.EntityIdentifier face = 1;
double radius = 2;
bool copy = 3;
OffsetMode offset_mode = 4;
ExtrudeType extrude_type = 5;
}

message FaceOffsetRequest {
ansys.api.dbu.v0.EntityIdentifier face1 = 1;
ansys.api.dbu.v0.EntityIdentifier face2 = 2;
Expand Down

0 comments on commit 0ccfdb7

Please sign in to comment.