We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ab77d commit 29a131aCopy full SHA for 29a131a
ansys/api/geometry/v0/bodies.proto
@@ -79,7 +79,7 @@ message GetVerticesResponse {
79
80
message BooleanRequest {
81
string body1 = 1;
82
- string body2 = 2;
+ repeated string tool_bodies = 2;
83
string method = 3;
84
}
85
ansys/api/geometry/v0/models.proto
@@ -97,6 +97,7 @@ message Body{
97
BodyMasterNullable master = 7;
98
string master_id = 8;
99
string parent_id = 9;
100
+ bool is_surface = 10;
101
102
103
//
0 commit comments