From c7536430ddd2de462969cf6a7c1710c00a967d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Roos?= Date: Thu, 23 Nov 2023 07:41:25 +0100 Subject: [PATCH] add rotation angle to the proto of the Oriented Selection Set --- src/ansys/api/acp/v0/oriented_selection_set.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ansys/api/acp/v0/oriented_selection_set.proto b/src/ansys/api/acp/v0/oriented_selection_set.proto index 796b5a9..51176db 100644 --- a/src/ansys/api/acp/v0/oriented_selection_set.proto +++ b/src/ansys/api/acp/v0/oriented_selection_set.proto @@ -25,6 +25,7 @@ message Properties { double draping_mesh_size = 13; ply_material.DrapingMaterialType draping_material_model = 14; double draping_ud_coefficient = 15; + double rotation_angle = 16; } message ObjectInfo {