Skip to content

Commit 6ee0f5a

Browse files
pyansys-ci-bottfs_caslservice
andauthored
sync: file sync performed by ansys-tools-repo-sync (#153)
Co-authored-by: tfs_caslservice <tfs_caslservice@cdcw11cslbld03>
1 parent 0aeedc6 commit 6ee0f5a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ansys/api/geometry/v0/unsupported.proto

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ syntax = "proto3";
44
package ansys.api.geometry.v0.unsupported;
55

66
import "ansys/api/dbu/v0/dbumodels.proto";
7+
import "ansys/api/geometry/v0/models.proto";
78

89
option csharp_namespace = "Ansys.Api.Geometry.V0.Unsupported";
910

@@ -15,6 +16,9 @@ service Unsupported {
1516
rpc GetImportIdMap(ImportIdRequest) returns (ImportIdResponse);
1617

1718
rpc SetExportId(ExportIdRequest) returns (ansys.api.dbu.v0.RequestResult);
19+
20+
rpc GetFacetedBodies(GetFacetedBodiesRequest) returns(GetFacetedBodiesResponse);
21+
rpc GetFacetedBodiesStream(GetFacetedBodiesRequest) returns(stream GetFacetedBodiesResponse);
1822
}
1923

2024
message SoundEnabledRequest {
@@ -34,3 +38,12 @@ message ExportIdRequest{
3438
string id = 2;
3539
ansys.api.dbu.v0.PersistentIdType type = 3;
3640
}
41+
42+
message GetFacetedBodiesRequest
43+
{
44+
repeated ansys.api.dbu.v0.EntityIdentifier parts_ids = 1;
45+
}
46+
47+
message GetFacetedBodiesResponse{
48+
map<string, Tessellation> faceted_bodies=1;
49+
}

0 commit comments

Comments
 (0)