Skip to content

Commit 1941860

Browse files
pyansys-ci-bottfs_caslservice
andauthored
sync: file sync performed by ansys-tools-repo-sync (#194)
Co-authored-by: tfs_caslservice <tfs_caslservice@cdcw22cslbld05>
1 parent e9d9cf6 commit 1941860

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

ansys/api/geometry/v0/bodies.proto

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,8 @@ message GetVolumeResponse {
326326
}
327327

328328
message GetTessellationResponse{
329-
map<string, Tessellation> face_tessellation=1;
329+
map<string, Tessellation> face_tessellation = 1;
330+
map<string, EdgeTessellation> edge_tessellation = 2;
330331
}
331332

332333
message GetEdgesResponse {
@@ -393,8 +394,10 @@ message GetClosestSeparationRequest {
393394
}
394395

395396
message GetTessellationRequest{
396-
ansys.api.dbu.v0.EntityIdentifier id=1;
397-
TessellationOptions options =2;
397+
ansys.api.dbu.v0.EntityIdentifier id = 1;
398+
TessellationOptions options = 2;
399+
bool include_faces = 3;
400+
bool include_edges = 4;
398401
}
399402

400403
message ExportAndDownloadBodyRequest{
@@ -424,6 +427,8 @@ message CreateBodyFromLoftWithGuidesResponse {
424427
message GetFullTessellationRequestData {
425428
ansys.api.dbu.v0.EntityIdentifier id = 1;
426429
TessellationOptions options = 2;
430+
bool include_faces = 3;
431+
bool include_edges = 4;
427432
}
428433

429434
message GetFullTessellationRequest {

0 commit comments

Comments
 (0)