Skip to content

Commit 29a131a

Browse files
tfs_caslservicetfs_caslservice
authored andcommitted
sync: add changes from local folder
1 parent a3ab77d commit 29a131a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ansys/api/geometry/v0/bodies.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ message GetVerticesResponse {
7979

8080
message BooleanRequest {
8181
string body1 = 1;
82-
string body2 = 2;
82+
repeated string tool_bodies = 2;
8383
string method = 3;
8484
}
8585

ansys/api/geometry/v0/models.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ message Body{
9797
BodyMasterNullable master = 7;
9898
string master_id = 8;
9999
string parent_id = 9;
100+
bool is_surface = 10;
100101
}
101102

102103
//

0 commit comments

Comments
 (0)