From ebbd9278c12dc66f23582dd85db8ce146ea74571 Mon Sep 17 00:00:00 2001 From: jvonrick Date: Thu, 29 Feb 2024 09:50:29 +0100 Subject: [PATCH 1/3] add edge_set to rosettes --- src/ansys/api/acp/VERSION | 2 +- src/ansys/api/acp/v0/rosette.proto | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ansys/api/acp/VERSION b/src/ansys/api/acp/VERSION index 8d76ca4..c11082e 100644 --- a/src/ansys/api/acp/VERSION +++ b/src/ansys/api/acp/VERSION @@ -1 +1 @@ -0.1.0.dev8 +0.1.0.dev9 diff --git a/src/ansys/api/acp/v0/rosette.proto b/src/ansys/api/acp/v0/rosette.proto index 5d5dae2..d8536e7 100644 --- a/src/ansys/api/acp/v0/rosette.proto +++ b/src/ansys/api/acp/v0/rosette.proto @@ -42,6 +42,7 @@ message Properties { array_types.DoubleArray origin = 4; array_types.DoubleArray dir1 = 5; array_types.DoubleArray dir2 = 6; + base.ResourcePath edge_set = 7; } message ObjectInfo { From 9fefdd87ea51a49fedf07c9f98d461e000e5f3d7 Mon Sep 17 00:00:00 2001 From: jvonrick Date: Thu, 29 Feb 2024 09:55:36 +0100 Subject: [PATCH 2/3] Add ref_direction field to oss proto --- src/ansys/api/acp/VERSION | 2 +- src/ansys/api/acp/v0/oriented_selection_set.proto | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ansys/api/acp/VERSION b/src/ansys/api/acp/VERSION index c11082e..13ac7ae 100644 --- a/src/ansys/api/acp/VERSION +++ b/src/ansys/api/acp/VERSION @@ -1 +1 @@ -0.1.0.dev9 +0.1.0.dev10 diff --git a/src/ansys/api/acp/v0/oriented_selection_set.proto b/src/ansys/api/acp/v0/oriented_selection_set.proto index a809533..0e4fbe5 100644 --- a/src/ansys/api/acp/v0/oriented_selection_set.proto +++ b/src/ansys/api/acp/v0/oriented_selection_set.proto @@ -35,7 +35,7 @@ message Properties { array_types.DoubleArray orientation_direction = 4; repeated base.ResourcePath rosettes = 5; enum_types.RosetteSelectionMethod rosette_selection_method = 6; - // TODO: tabular values + repeated base.ResourcePath selection_rules = 7; // draping-related properties @@ -48,6 +48,7 @@ message Properties { ply_material.DrapingMaterialType draping_material_model = 14; double draping_ud_coefficient = 15; double rotation_angle = 16; + base.ResourcePath reference_direction_field = 17; } message ObjectInfo { From ee284f03970a30239acf9aa5e2b294fb345895e6 Mon Sep 17 00:00:00 2001 From: jvonrick Date: Fri, 1 Mar 2024 10:51:21 +0100 Subject: [PATCH 3/3] Revert version change --- src/ansys/api/acp/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansys/api/acp/VERSION b/src/ansys/api/acp/VERSION index 13ac7ae..8d76ca4 100644 --- a/src/ansys/api/acp/VERSION +++ b/src/ansys/api/acp/VERSION @@ -1 +1 @@ -0.1.0.dev10 +0.1.0.dev8