Skip to content

Commit

Permalink
Merge branch 'main' into release/0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Mar 13, 2024
2 parents f2a2faa + b69bd2b commit 3f406a7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ansys/api/geometry/v0/bodies.proto
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,6 @@ service Bodies
rpc Scale(ScaleRequest) returns (google.protobuf.Empty);

rpc Map(MapRequest) returns (google.protobuf.Empty);

rpc Mirror(MirrorRequest) returns (google.protobuf.Empty);
}

message MirrorRequest {
string id = 1;
Plane plane = 2;
}

message MapRequest {
Expand Down

0 comments on commit 3f406a7

Please sign in to comment.