Skip to content

Commit 787cbdd

Browse files
pyansys-ci-bottfs_caslservice
andauthored
sync: file sync performed by ansys-tools-repo-sync (#178)
Co-authored-by: tfs_caslservice <tfs_caslservice@cdcw22cslbld07>
1 parent a332f32 commit 787cbdd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ansys/api/geometry/v0/unsupported.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ service Unsupported {
1717

1818
rpc SetExportId(ExportIdRequest) returns (ansys.api.dbu.v0.RequestResult);
1919

20+
rpc SetExportIds(SetExportIdsRequest) returns (ansys.api.dbu.v0.RequestResult);
21+
2022
rpc GetFacetedBodies(GetFacetedBodiesRequest) returns(GetFacetedBodiesResponse);
2123
rpc GetFacetedBodiesStream(GetFacetedBodiesRequest) returns(stream GetFacetedBodiesResponse);
2224
}
@@ -39,6 +41,10 @@ message ExportIdRequest{
3941
ansys.api.dbu.v0.PersistentIdType type = 3;
4042
}
4143

44+
message SetExportIdsRequest{
45+
repeated ExportIdRequest export_data = 1;
46+
}
47+
4248
message GetFacetedBodiesRequest
4349
{
4450
repeated ansys.api.dbu.v0.EntityIdentifier parts_ids = 1;

0 commit comments

Comments
 (0)