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 6fc7416 commit a332f32Copy full SHA for a332f32
ansys/api/geometry/v0/components.proto
@@ -34,6 +34,26 @@ service Components{
34
rpc GetBeamBodies(ansys.api.dbu.v0.EntityIdentifier) returns (GetBeamBodiesResponse);
35
36
rpc GetPart(ansys.api.dbu.v0.EntityIdentifier) returns (Part);
37
+
38
+ rpc MakeIndependent(MakeIndependentRequest) returns (MakeIndependentResponse);
39
40
+ rpc ImportGroups(ImportGroupsRequest) returns (ImportGroupsResponse);
41
+}
42
43
+message MakeIndependentResponse {
44
45
46
47
+message ImportGroupsResponse {
48
49
50
51
+message ImportGroupsRequest {
52
+ ansys.api.dbu.v0.EntityIdentifier id = 1;
53
54
55
+message MakeIndependentRequest {
56
+ repeated ansys.api.dbu.v0.EntityIdentifier ids = 1;
57
}
58
59
message GetBeamBodiesResponse {
0 commit comments