Skip to content

Commit c6728c5

Browse files
pyansys-ci-bottfs_caslservice
andauthored
sync: file sync performed by ansys-tools-repo-sync (#172)
Co-authored-by: tfs_caslservice <tfs_caslservice@cdcw22cslbld04>
1 parent 8cdef4f commit c6728c5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ansys/api/geometry/v0/faces.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ service Faces{
4343
rpc GetColor(ansys.api.dbu.v0.EntityIdentifier) returns (GetColorResponse);
4444

4545
rpc SetColor(SetColorRequest) returns (SetColorResponse);
46+
47+
rpc GetVertices(GetVerticesRequest) returns (GetVerticesResponse);
4648
}
4749

4850
message CreateIsoParamCurvesRequest {
@@ -132,4 +134,12 @@ message SetColorRequest {
132134

133135
message SetColorResponse {
134136
bool success = 1;
137+
}
138+
139+
message GetVerticesRequest {
140+
ansys.api.dbu.v0.EntityIdentifier face_id = 1;
141+
}
142+
143+
message GetVerticesResponse {
144+
repeated Vertex vertices = 1;
135145
}

0 commit comments

Comments
 (0)