diff --git a/ansys/api/geometry/v0/commands.proto b/ansys/api/geometry/v0/commands.proto index 705142d..6e7487d 100644 --- a/ansys/api/geometry/v0/commands.proto +++ b/ansys/api/geometry/v0/commands.proto @@ -118,6 +118,8 @@ message RevolveFacesRequest { repeated ansys.api.dbu.v0.EntityIdentifier selection = 1; Line axis = 2; double angle = 3; + repeated ansys.api.dbu.v0.EntityIdentifier alternate_axis = 4; + Direction alternate_direction = 5; } message RevolveFacesUpToRequest {