From e1e7e538caa1d760c2897f31ad2a444cc0bc716f Mon Sep 17 00:00:00 2001 From: PyAnsys CI Bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 17 Dec 2024 07:46:17 +0100 Subject: [PATCH] sync: file sync performed by ansys-tools-repo-sync (#107) Co-authored-by: tfs_caslservice --- ansys/api/geometry/v0/commands.proto | 2 ++ 1 file changed, 2 insertions(+) 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 {