Skip to content

Commit a332f32

Browse files
pyansys-ci-bottfs_caslservice
andauthored
sync: file sync performed by ansys-tools-repo-sync (#177)
Co-authored-by: tfs_caslservice <tfs_caslservice@cdcw22cslbld03>
1 parent 6fc7416 commit a332f32

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

ansys/api/geometry/v0/components.proto

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,26 @@ service Components{
3434
rpc GetBeamBodies(ansys.api.dbu.v0.EntityIdentifier) returns (GetBeamBodiesResponse);
3535

3636
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;
3757
}
3858

3959
message GetBeamBodiesResponse {

0 commit comments

Comments
 (0)