Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into release/0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Nov 13, 2024
2 parents 231bbad + 2a383ea commit 5c3f907
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ansys/api/geometry/v0/commands.proto
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,17 @@ service Commands{
rpc OffsetFacesSetRadius(OffsetFacesSetRadiusRequest) returns (CommandResponse);

rpc FullFillet(FullFilletRequest) returns (CommandResponse);

rpc ThickenFaces(ThickenFacesRequest) returns (CommandResponse);
}

message ThickenFacesRequest {
repeated ansys.api.dbu.v0.EntityIdentifier faces = 1;
Direction direction = 2;
double value = 3;
ExtrudeType extrude_type = 4;
bool pull_symmetric = 5;
bool select_direction = 6;
}

message FullFilletRequest {
Expand Down

0 comments on commit 5c3f907

Please sign in to comment.