Skip to content

Commit 028db43

Browse files
author
tfs_caslservice
committed
sync: add changes from local folder
1 parent fa8e016 commit 028db43

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

ansys/api/geometry/v0/commands.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ message OffsetFacesSetRadiusRequest {
516516
bool copy = 3;
517517
OffsetMode offset_mode = 4;
518518
ExtrudeType extrude_type = 5;
519+
repeated ansys.api.dbu.v0.EntityIdentifier faces = 6;
519520
}
520521

521522
message FaceOffsetRequest {
@@ -795,6 +796,7 @@ message MoveTranslateRequest{
795796
repeated ansys.api.dbu.v0.EntityIdentifier selection = 1;
796797
Direction direction = 2;
797798
double distance = 3;
799+
ansys.api.dbu.v0.EntityIdentifier named_selection = 4;
798800
}
799801

800802
message MoveRotateRequest{

ansys/api/geometry/v0/models.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ message TrimmedCurve {
8282
// A edge.
8383
message Edge{
8484
string id = 1;
85+
Body parent = 2;
8586
CurveType curve_type = 10;
8687
string owner_name = 11;
8788
string export_id = 12;
@@ -94,6 +95,7 @@ message Edge{
9495
// A face.
9596
message Face{
9697
string id = 1;
98+
Body parent = 2;
9799
SurfaceType surface_type = 10;
98100
string owner_name = 11;
99101
string export_id = 12;
@@ -179,6 +181,11 @@ message NamedSelection {
179181
string id = 1;
180182
string name = 2;
181183
repeated ansys.api.dbu.v0.EntityIdentifier selection=3;
184+
repeated Body bodies = 4;
185+
repeated Face faces = 5;
186+
repeated Edge edges = 6;
187+
repeated ansys.api.dbu.v0.EntityIdentifier beams = 7;
188+
repeated Curve design_points = 8;
182189
}
183190

184191
//

0 commit comments

Comments
 (0)