Skip to content

Commit 72955cc

Browse files
MaxjreyMaxJPRey
andauthored
Add folder content from CSharpAddins\ApiServer\DomainModel\DomainModel.Protobuffer\ansys\api\geometry\v0. (#30)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 2e8a9a6 commit 72955cc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ansys/api/geometry/v0/bodies.proto

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,18 @@ service Bodies
4747
rpc Copy(CopyRequest) returns (Body);
4848

4949
rpc GetUpdateState(EntityIdentifier) returns (UpdateState);
50+
51+
rpc Boolean(BooleanRequest) returns (BooleanResponse);
52+
}
53+
54+
message BooleanRequest {
55+
string body1 = 1;
56+
string body2 = 2;
57+
string method = 3;
58+
}
59+
60+
message BooleanResponse {
61+
int32 empty_result = 1;
5062
}
5163

5264
enum GetType{

0 commit comments

Comments
 (0)