From 38bfe5e1d6c15f5f4c3f1883d597370361667f05 Mon Sep 17 00:00:00 2001 From: jonahrb Date: Mon, 28 Aug 2023 11:43:24 -0400 Subject: [PATCH 1/3] Add Import Options field --- ansys/api/geometry/v0/commands.proto | 3 ++- ansys/api/geometry/v0/designs.proto | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ansys/api/geometry/v0/commands.proto b/ansys/api/geometry/v0/commands.proto index 83f0cda..a380825 100644 --- a/ansys/api/geometry/v0/commands.proto +++ b/ansys/api/geometry/v0/commands.proto @@ -1,4 +1,4 @@ -// ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited. +// �2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited. syntax = "proto3"; @@ -195,6 +195,7 @@ message UploadFileRequest { bytes data=1; string file_name=2; bool open=3; + map import_options = 4; } message UploadFileResponse { diff --git a/ansys/api/geometry/v0/designs.proto b/ansys/api/geometry/v0/designs.proto index c688de0..79d547a 100644 --- a/ansys/api/geometry/v0/designs.proto +++ b/ansys/api/geometry/v0/designs.proto @@ -1,4 +1,4 @@ -// ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited. +// �2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited. syntax = "proto3"; package ansys.api.geometry.v0.Designs; @@ -40,6 +40,7 @@ message GetAllResponse{ message OpenRequest{ string filepath = 1; + map import_options = 2; } message NewRequest{ From 2f9b73ad45d4c44dd762e43fa0c2ea21b54d6111 Mon Sep 17 00:00:00 2001 From: Jonah Boling <56607167+jonahrb@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:46:00 -0400 Subject: [PATCH 2/3] Update ansys/api/geometry/v0/commands.proto --- ansys/api/geometry/v0/commands.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansys/api/geometry/v0/commands.proto b/ansys/api/geometry/v0/commands.proto index a380825..75f8748 100644 --- a/ansys/api/geometry/v0/commands.proto +++ b/ansys/api/geometry/v0/commands.proto @@ -1,4 +1,4 @@ -// �2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited. +// ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited. syntax = "proto3"; From 212ff862b4df7be509fe22793309008ea87788d1 Mon Sep 17 00:00:00 2001 From: Jonah Boling <56607167+jonahrb@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:47:14 -0400 Subject: [PATCH 3/3] Update ansys/api/geometry/v0/designs.proto --- ansys/api/geometry/v0/designs.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansys/api/geometry/v0/designs.proto b/ansys/api/geometry/v0/designs.proto index 79d547a..471d306 100644 --- a/ansys/api/geometry/v0/designs.proto +++ b/ansys/api/geometry/v0/designs.proto @@ -1,4 +1,4 @@ -// �2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited. +// ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited. syntax = "proto3"; package ansys.api.geometry.v0.Designs;