Skip to content

Commit fb384e3

Browse files
committed
Merge branch 'main' into release/0.3
2 parents 2cc90f9 + ee5cbea commit fb384e3

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)