Skip to content

Commit cd5183a

Browse files
MaxjreyMaxJPRey
andauthored
Add folder content from BoardProto\gRPCService\ansys\api\geometry\v0. (#7)
Co-authored-by: pyansys-ci-bot <maxime.rey@ansys.com>
1 parent a788bc6 commit cd5183a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ansys/api/geometry/v0/components.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import "ansys/api/geometry/v0/models.proto";
88
service Components{
99
rpc GetComponent(ComponentIdentifier) returns(Component);
1010

11+
rpc GetName(ComponentIdentifier) returns (GetComponentNameResponse);
12+
1113
rpc GetAllComponents(Empty) returns (GetAllComponentsResponse);
1214

1315
rpc GetComponentBodies(ComponentIdentifier) returns (GetComponentBodiesResponse);
@@ -45,4 +47,8 @@ message CreateComponentResponse {
4547
message SetComponentSharedTopologyRequest {
4648
string component=1;
4749
ShareType shareType=2;
50+
}
51+
52+
message GetComponentNameResponse {
53+
string display_name = 1;
4854
}

0 commit comments

Comments
 (0)