From 61ad4bfb80bf28607d1fe6291dacb435df2891a9 Mon Sep 17 00:00:00 2001 From: tfs_caslservice Date: Mon, 16 Dec 2024 21:10:03 -0500 Subject: [PATCH] sync: add changes from local folder --- 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 {