File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff 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
521522message 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
800802message MoveRotateRequest {
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ message TrimmedCurve {
8282// A edge.
8383message 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.
9596message 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//
You can’t perform that action at this time.
0 commit comments