Skip to content

Commit 2a383ea

Browse files
pyansys-ci-bottfs_caslservice
andauthored
sync: file sync performed by ansys-tools-repo-sync (#97)
Co-authored-by: tfs_caslservice <tfs_caslservice@PDUCASLVM02>
1 parent 0ccfdb7 commit 2a383ea

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ansys/api/geometry/v0/commands.proto

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,17 @@ service Commands{
8484
rpc OffsetFacesSetRadius(OffsetFacesSetRadiusRequest) returns (CommandResponse);
8585

8686
rpc FullFillet(FullFilletRequest) returns (CommandResponse);
87+
88+
rpc ThickenFaces(ThickenFacesRequest) returns (CommandResponse);
89+
}
90+
91+
message ThickenFacesRequest {
92+
repeated ansys.api.dbu.v0.EntityIdentifier faces = 1;
93+
Direction direction = 2;
94+
double value = 3;
95+
ExtrudeType extrude_type = 4;
96+
bool pull_symmetric = 5;
97+
bool select_direction = 6;
8798
}
8899

89100
message FullFilletRequest {

0 commit comments

Comments
 (0)