Skip to content

Commit ee5cbea

Browse files
RobPasMuetfs_caslservice
andauthored
sync: file sync performed by ansys-tools-repo-sync (#71)
Co-authored-by: tfs_caslservice <tfs_caslservice@cdcw22cslbld02>
1 parent b69bd2b commit ee5cbea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ansys/api/geometry/v0/bodies.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ service Bodies
6969
rpc Scale(ScaleRequest) returns (google.protobuf.Empty);
7070

7171
rpc Map(MapRequest) returns (google.protobuf.Empty);
72+
73+
rpc Mirror(MirrorRequest) returns (google.protobuf.Empty);
74+
}
75+
76+
message MirrorRequest {
77+
string id = 1;
78+
Plane plane = 2;
7279
}
7380

7481
message MapRequest {

0 commit comments

Comments
 (0)