From d88f11d4b23502f9931b26325028da9336cb7dd7 Mon Sep 17 00:00:00 2001 From: Dominik Gresch Date: Mon, 16 Sep 2024 11:44:04 +0200 Subject: [PATCH 1/3] Update API definitions --- src/ansys/api/acp/v0/analysis_ply.proto | 22 ---- src/ansys/api/acp/v0/array_types.proto | 22 ---- src/ansys/api/acp/v0/base.proto | 22 ---- .../api/acp/v0/boolean_selection_rule.proto | 22 ---- .../api/acp/v0/butt_joint_sequence.proto | 43 +++++++ src/ansys/api/acp/v0/cad_component.proto | 24 ---- src/ansys/api/acp/v0/cad_geometry.proto | 22 ---- src/ansys/api/acp/v0/control.proto | 22 ---- src/ansys/api/acp/v0/cut_off_geometry.proto | 43 +++++++ src/ansys/api/acp/v0/cut_off_material.proto | 22 ---- .../api/acp/v0/cutoff_selection_rule.proto | 22 ---- .../acp/v0/cylindrical_selection_rule.proto | 22 ---- src/ansys/api/acp/v0/drop_off_material.proto | 22 ---- src/ansys/api/acp/v0/edge_set.proto | 22 ---- src/ansys/api/acp/v0/element_set.proto | 22 ---- src/ansys/api/acp/v0/enum_types.proto | 33 ++--- src/ansys/api/acp/v0/extrusion_guide.proto | 50 ++++++++ src/ansys/api/acp/v0/fabric.proto | 33 ++--- src/ansys/api/acp/v0/field_definition.proto | 40 ++++++ .../acp/v0/geometrical_selection_rule.proto | 22 ---- .../api/acp/v0/imported_analysis_ply.proto | 29 +++++ .../api/acp/v0/imported_modeling_group.proto | 31 +++++ .../api/acp/v0/imported_modeling_ply.proto | 76 +++++++++++ .../api/acp/v0/imported_production_ply.proto | 27 ++++ .../api/acp/v0/imported_solid_model.proto | 79 ++++++++++++ src/ansys/api/acp/v0/interface_layer.proto | 38 ++++++ .../api/acp/v0/layup_mapping_object.proto | 92 ++++++++++++++ .../api/acp/v0/linked_selection_rule.proto | 22 ---- src/ansys/api/acp/v0/lookup_table_1d.proto | 22 ---- .../api/acp/v0/lookup_table_1d_column.proto | 22 ---- src/ansys/api/acp/v0/lookup_table_3d.proto | 22 ---- .../api/acp/v0/lookup_table_3d_column.proto | 22 ---- .../api/acp/v0/lookup_table_column_type.proto | 22 ---- src/ansys/api/acp/v0/material.proto | 22 ---- src/ansys/api/acp/v0/mesh_query.proto | 45 ++----- src/ansys/api/acp/v0/model.proto | 120 +++++++++++++----- src/ansys/api/acp/v0/modeling_group.proto | 22 ---- src/ansys/api/acp/v0/modeling_ply.proto | 23 +--- .../api/acp/v0/oriented_selection_set.proto | 22 ---- .../api/acp/v0/parallel_selection_rule.proto | 22 ---- .../api/acp/v0/ply_geometry_export.proto | 30 +---- src/ansys/api/acp/v0/ply_material.proto | 22 ---- src/ansys/api/acp/v0/production_ply.proto | 22 ---- src/ansys/api/acp/v0/rosette.proto | 22 ---- src/ansys/api/acp/v0/sampling_point.proto | 52 ++++++++ src/ansys/api/acp/v0/sensor.proto | 22 ---- src/ansys/api/acp/v0/snap_to_geometry.proto | 44 +++++++ src/ansys/api/acp/v0/solid_element_set.proto | 26 ++++ src/ansys/api/acp/v0/solid_model.proto | 30 ++--- src/ansys/api/acp/v0/solid_model_export.proto | 19 +++ .../api/acp/v0/spherical_selection_rule.proto | 22 ---- src/ansys/api/acp/v0/stackup.proto | 22 ---- src/ansys/api/acp/v0/sublaminate.proto | 22 ---- .../api/acp/v0/tube_selection_rule.proto | 22 ---- src/ansys/api/acp/v0/unit_system.proto | 22 ---- .../v0/variable_offset_selection_rule.proto | 22 ---- src/ansys/api/acp/v0/virtual_geometry.proto | 22 ---- 57 files changed, 818 insertions(+), 957 deletions(-) create mode 100644 src/ansys/api/acp/v0/butt_joint_sequence.proto create mode 100644 src/ansys/api/acp/v0/cut_off_geometry.proto create mode 100644 src/ansys/api/acp/v0/extrusion_guide.proto create mode 100644 src/ansys/api/acp/v0/field_definition.proto create mode 100644 src/ansys/api/acp/v0/imported_analysis_ply.proto create mode 100644 src/ansys/api/acp/v0/imported_modeling_group.proto create mode 100644 src/ansys/api/acp/v0/imported_modeling_ply.proto create mode 100644 src/ansys/api/acp/v0/imported_production_ply.proto create mode 100644 src/ansys/api/acp/v0/imported_solid_model.proto create mode 100644 src/ansys/api/acp/v0/interface_layer.proto create mode 100644 src/ansys/api/acp/v0/layup_mapping_object.proto create mode 100644 src/ansys/api/acp/v0/sampling_point.proto create mode 100644 src/ansys/api/acp/v0/snap_to_geometry.proto create mode 100644 src/ansys/api/acp/v0/solid_element_set.proto create mode 100644 src/ansys/api/acp/v0/solid_model_export.proto diff --git a/src/ansys/api/acp/v0/analysis_ply.proto b/src/ansys/api/acp/v0/analysis_ply.proto index 1238cba..35c89a4 100644 --- a/src/ansys/api/acp/v0/analysis_ply.proto +++ b/src/ansys/api/acp/v0/analysis_ply.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.analysis_ply; diff --git a/src/ansys/api/acp/v0/array_types.proto b/src/ansys/api/acp/v0/array_types.proto index 3c3b099..92ffaf5 100644 --- a/src/ansys/api/acp/v0/array_types.proto +++ b/src/ansys/api/acp/v0/array_types.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.array_types; diff --git a/src/ansys/api/acp/v0/base.proto b/src/ansys/api/acp/v0/base.proto index 1d79afc..75d0a92 100644 --- a/src/ansys/api/acp/v0/base.proto +++ b/src/ansys/api/acp/v0/base.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.base; diff --git a/src/ansys/api/acp/v0/boolean_selection_rule.proto b/src/ansys/api/acp/v0/boolean_selection_rule.proto index 53338be..36e7166 100644 --- a/src/ansys/api/acp/v0/boolean_selection_rule.proto +++ b/src/ansys/api/acp/v0/boolean_selection_rule.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.boolean_selection_rule; diff --git a/src/ansys/api/acp/v0/butt_joint_sequence.proto b/src/ansys/api/acp/v0/butt_joint_sequence.proto new file mode 100644 index 0000000..899f4ae --- /dev/null +++ b/src/ansys/api/acp/v0/butt_joint_sequence.proto @@ -0,0 +1,43 @@ +syntax = "proto3"; +package ansys.api.acp.v0.butt_joint_sequence; + +import "ansys/api/acp/v0/base.proto"; +import "ansys/api/acp/v0/enum_types.proto"; + +message PrimaryPly { + base.ResourcePath sequence = 1; + int64 level = 2; +} + +message Properties { + enum_types.StatusType status = 1; + bool active = 2; + int64 global_ply_nr = 3; + repeated PrimaryPly primary_plies = 4; + repeated base.ResourcePath secondary_plies = 5; +} + +message ObjectInfo { + base.BasicInfo info = 1; + Properties properties = 2; +} + +message ListReply { repeated ObjectInfo objects = 1; } + +message CreateRequest { + base.CollectionPath collection_path = 1; + string name = 2; + Properties properties = 3; +} + +service ObjectService { + rpc List(base.ListRequest) returns (ListReply); + + rpc Get(base.GetRequest) returns (ObjectInfo); + + rpc Put(ObjectInfo) returns (ObjectInfo); + + rpc Delete(base.DeleteRequest) returns (base.Empty); + + rpc Create(CreateRequest) returns (ObjectInfo); +} diff --git a/src/ansys/api/acp/v0/cad_component.proto b/src/ansys/api/acp/v0/cad_component.proto index 81e2f81..6e0fbcd 100644 --- a/src/ansys/api/acp/v0/cad_component.proto +++ b/src/ansys/api/acp/v0/cad_component.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.cad_component; @@ -41,8 +19,6 @@ message ObjectInfo { message ListReply { repeated ObjectInfo objects = 1; } -message RefreshRequest { base.ResourcePath resource_path = 1; } - service ObjectService { // Object is read-only => only list and get endpoints. diff --git a/src/ansys/api/acp/v0/cad_geometry.proto b/src/ansys/api/acp/v0/cad_geometry.proto index 1f218f8..e369187 100644 --- a/src/ansys/api/acp/v0/cad_geometry.proto +++ b/src/ansys/api/acp/v0/cad_geometry.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.cad_geometry; diff --git a/src/ansys/api/acp/v0/control.proto b/src/ansys/api/acp/v0/control.proto index 7e05085..e0a23fd 100644 --- a/src/ansys/api/acp/v0/control.proto +++ b/src/ansys/api/acp/v0/control.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.control; diff --git a/src/ansys/api/acp/v0/cut_off_geometry.proto b/src/ansys/api/acp/v0/cut_off_geometry.proto new file mode 100644 index 0000000..9d48d10 --- /dev/null +++ b/src/ansys/api/acp/v0/cut_off_geometry.proto @@ -0,0 +1,43 @@ +syntax = "proto3"; +package ansys.api.acp.v0.cut_off_geometry; + +import "ansys/api/acp/v0/base.proto"; +import "ansys/api/acp/v0/enum_types.proto"; + +enum OrientationType { + UP = 0; + DOWN = 1; +} + +message Properties { + enum_types.StatusType status = 1; + bool active = 2; + base.ResourcePath cad_geometry = 3; + OrientationType orientation = 4; + double relative_merge_tolerance = 5; +} + +message ObjectInfo { + base.BasicInfo info = 1; + Properties properties = 2; +} + +message ListReply { repeated ObjectInfo objects = 1; } + +message CreateRequest { + base.CollectionPath collection_path = 1; + string name = 2; + Properties properties = 3; +} + +service ObjectService { + rpc List(base.ListRequest) returns (ListReply); + + rpc Get(base.GetRequest) returns (ObjectInfo); + + rpc Put(ObjectInfo) returns (ObjectInfo); + + rpc Delete(base.DeleteRequest) returns (base.Empty); + + rpc Create(CreateRequest) returns (ObjectInfo); +} diff --git a/src/ansys/api/acp/v0/cut_off_material.proto b/src/ansys/api/acp/v0/cut_off_material.proto index 8616eb0..7ee9d54 100644 --- a/src/ansys/api/acp/v0/cut_off_material.proto +++ b/src/ansys/api/acp/v0/cut_off_material.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.cut_off_material; diff --git a/src/ansys/api/acp/v0/cutoff_selection_rule.proto b/src/ansys/api/acp/v0/cutoff_selection_rule.proto index 232162e..a0ecc4f 100644 --- a/src/ansys/api/acp/v0/cutoff_selection_rule.proto +++ b/src/ansys/api/acp/v0/cutoff_selection_rule.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.cutoff_selection_rule; diff --git a/src/ansys/api/acp/v0/cylindrical_selection_rule.proto b/src/ansys/api/acp/v0/cylindrical_selection_rule.proto index 61abdd2..808bf7a 100644 --- a/src/ansys/api/acp/v0/cylindrical_selection_rule.proto +++ b/src/ansys/api/acp/v0/cylindrical_selection_rule.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.cylindrical_selection_rule; diff --git a/src/ansys/api/acp/v0/drop_off_material.proto b/src/ansys/api/acp/v0/drop_off_material.proto index 9aa4443..81318a5 100644 --- a/src/ansys/api/acp/v0/drop_off_material.proto +++ b/src/ansys/api/acp/v0/drop_off_material.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.drop_off_material; diff --git a/src/ansys/api/acp/v0/edge_set.proto b/src/ansys/api/acp/v0/edge_set.proto index d2a6fb2..41fd1f9 100644 --- a/src/ansys/api/acp/v0/edge_set.proto +++ b/src/ansys/api/acp/v0/edge_set.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.edge_set; diff --git a/src/ansys/api/acp/v0/element_set.proto b/src/ansys/api/acp/v0/element_set.proto index 577a719..06d34f8 100644 --- a/src/ansys/api/acp/v0/element_set.proto +++ b/src/ansys/api/acp/v0/element_set.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.element_set; diff --git a/src/ansys/api/acp/v0/enum_types.proto b/src/ansys/api/acp/v0/enum_types.proto index 4aaefa2..427f6da 100644 --- a/src/ansys/api/acp/v0/enum_types.proto +++ b/src/ansys/api/acp/v0/enum_types.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.enum_types; @@ -77,3 +55,14 @@ enum ArrowType { HALF_ARROW = 1; STANDARD_ARROW = 2; } + +enum FileFormat { + ANSYS_H5 = 0; + ANSYS_CDB = 1; + ANSYS_DAT = 2; + ABAQUS_INP = 3; // currently unused + NASTRAN_BDF = 4; // currently unused + STEP = 5; + IGES = 6; + STL = 7; +} diff --git a/src/ansys/api/acp/v0/extrusion_guide.proto b/src/ansys/api/acp/v0/extrusion_guide.proto new file mode 100644 index 0000000..b08d4ca --- /dev/null +++ b/src/ansys/api/acp/v0/extrusion_guide.proto @@ -0,0 +1,50 @@ +syntax = "proto3"; +package ansys.api.acp.v0.extrusion_guide; + +import "ansys/api/acp/v0/base.proto"; +import "ansys/api/acp/v0/enum_types.proto"; +import "ansys/api/acp/v0/array_types.proto"; + +enum ExtrusionGuideType { + BY_GEOMETRY = 0; + BY_DIRECTION = 1; +} + +message Properties { + enum_types.StatusType status = 1; + bool active = 2; + base.ResourcePath edge_set = 3; + ExtrusionGuideType extrusion_guide_type = 4; + base.ResourcePath cad_geometry = 5; + array_types.DoubleArray direction = 6; + + // MESH MORPHING PARAMETERS + double radius = 7; + double depth = 8; + bool use_curvature_correction = 9; +} + +message ObjectInfo { + base.BasicInfo info = 1; + Properties properties = 2; +} + +message ListReply { repeated ObjectInfo objects = 1; } + +message CreateRequest { + base.CollectionPath collection_path = 1; + string name = 2; + Properties properties = 3; +} + +service ObjectService { + rpc List(base.ListRequest) returns (ListReply); + + rpc Get(base.GetRequest) returns (ObjectInfo); + + rpc Put(ObjectInfo) returns (ObjectInfo); + + rpc Delete(base.DeleteRequest) returns (base.Empty); + + rpc Create(CreateRequest) returns (ObjectInfo); +} diff --git a/src/ansys/api/acp/v0/fabric.proto b/src/ansys/api/acp/v0/fabric.proto index 433989b..7b41860 100644 --- a/src/ansys/api/acp/v0/fabric.proto +++ b/src/ansys/api/acp/v0/fabric.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.fabric; @@ -31,17 +9,22 @@ import "ansys/api/acp/v0/drop_off_material.proto"; message Properties { enum_types.StatusType status = 1; + base.ResourcePath material = 9; double thickness = 2; double area_price = 3; bool ignore_for_postprocessing = 4; + + // SOLID MODEL OPTIONS drop_off_material.MaterialHandlingType drop_off_material_handling = 5; + base.ResourcePath drop_off_material = 11; cut_off_material.MaterialHandlingType cut_off_material_handling = 6; + base.ResourcePath cut_off_material = 12; + + // DRAPING OPTIONS ply_material.DrapingMaterialType draping_material_model = 7; double draping_ud_coefficient = 8; - base.ResourcePath material = 9; - // todo: drop-off and cut-off material links (resource path). - // read only properties + // READ-ONLY PROPERTIES double area_weight = 10; } diff --git a/src/ansys/api/acp/v0/field_definition.proto b/src/ansys/api/acp/v0/field_definition.proto new file mode 100644 index 0000000..fbf04de --- /dev/null +++ b/src/ansys/api/acp/v0/field_definition.proto @@ -0,0 +1,40 @@ +syntax = "proto3"; +package ansys.api.acp.v0.field_definition; + +import "ansys/api/acp/v0/base.proto"; +import "ansys/api/acp/v0/enum_types.proto"; + +message Properties { + enum_types.StatusType status = 1; + bool locked = 2; + bool active = 3; + string field_variable_name = 4; + repeated base.ResourcePath scope_entities = 5; + base.ResourcePath scalar_field = 6; + bool full_mapping = 7; +} + +message ObjectInfo { + base.BasicInfo info = 1; + Properties properties = 2; +} + +message ListReply { repeated ObjectInfo objects = 1; } + +message CreateRequest { + base.CollectionPath collection_path = 1; + string name = 2; + Properties properties = 3; +} + +service ObjectService { + rpc List(base.ListRequest) returns (ListReply); + + rpc Get(base.GetRequest) returns (ObjectInfo); + + rpc Put(ObjectInfo) returns (ObjectInfo); + + rpc Delete(base.DeleteRequest) returns (base.Empty); + + rpc Create(CreateRequest) returns (ObjectInfo); +} diff --git a/src/ansys/api/acp/v0/geometrical_selection_rule.proto b/src/ansys/api/acp/v0/geometrical_selection_rule.proto index 4d49b67..7959ed4 100644 --- a/src/ansys/api/acp/v0/geometrical_selection_rule.proto +++ b/src/ansys/api/acp/v0/geometrical_selection_rule.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.geometrical_selection_rule; diff --git a/src/ansys/api/acp/v0/imported_analysis_ply.proto b/src/ansys/api/acp/v0/imported_analysis_ply.proto new file mode 100644 index 0000000..2f45410 --- /dev/null +++ b/src/ansys/api/acp/v0/imported_analysis_ply.proto @@ -0,0 +1,29 @@ +syntax = "proto3"; +package ansys.api.acp.v0.imported_analysis_ply; + +import "ansys/api/acp/v0/base.proto"; +import "ansys/api/acp/v0/enum_types.proto"; + +message Properties { + // Object is generated on update and all properties are read only. + enum_types.StatusType status = 1; + base.ResourcePath material = 2; + double thickness = 3; + // angle in degree + double angle = 4; + bool active_in_post_mode = 5; +} + +message ObjectInfo { + base.BasicInfo info = 1; + Properties properties = 2; +} + +message ListReply { repeated ObjectInfo objects = 1; } + +service ObjectService { + // Object is generated on update and read-only => + // only list and get endpoints. + rpc List(base.ListRequest) returns (ListReply); + rpc Get(base.GetRequest) returns (ObjectInfo); +} diff --git a/src/ansys/api/acp/v0/imported_modeling_group.proto b/src/ansys/api/acp/v0/imported_modeling_group.proto new file mode 100644 index 0000000..928f149 --- /dev/null +++ b/src/ansys/api/acp/v0/imported_modeling_group.proto @@ -0,0 +1,31 @@ +syntax = "proto3"; +package ansys.api.acp.v0.imported_modeling_group; + +import "ansys/api/acp/v0/base.proto"; + +message Properties {} + +message ObjectInfo { + base.BasicInfo info = 1; + Properties properties = 2; +} + +message ListReply { repeated ObjectInfo objects = 1; } + +message CreateRequest { + base.CollectionPath collection_path = 1; + string name = 2; + Properties properties = 3; +} + +service ObjectService { + rpc List(base.ListRequest) returns (ListReply); + + rpc Get(base.GetRequest) returns (ObjectInfo); + + rpc Put(ObjectInfo) returns (ObjectInfo); + + rpc Delete(base.DeleteRequest) returns (base.Empty); + + rpc Create(CreateRequest) returns (ObjectInfo); +} diff --git a/src/ansys/api/acp/v0/imported_modeling_ply.proto b/src/ansys/api/acp/v0/imported_modeling_ply.proto new file mode 100644 index 0000000..29822eb --- /dev/null +++ b/src/ansys/api/acp/v0/imported_modeling_ply.proto @@ -0,0 +1,76 @@ +syntax = "proto3"; +package ansys.api.acp.v0.imported_modeling_ply; + +import "ansys/api/acp/v0/base.proto"; +import "ansys/api/acp/v0/enum_types.proto"; +import "ansys/api/acp/v0/ply_material.proto"; +import "ansys/api/acp/v0/modeling_ply.proto"; + +enum MeshImportType { + FROM_H5_COMPOSITE_CAE = 0; + FROM_GEOMETRY = 1; +}; + +message Properties { + enum_types.StatusType status = 1; + bool active = 2; + + // IMPORTED MESH PROPERTIES + enum_types.OffsetType offset_type = 3; + // The 'FROM_H5_COMPOSITE_CAE' mesh import type can only be created + // via the Composite CAE H5 import. Manually created imported plies are + // always of type 'FROM_GEOMETRY'. + MeshImportType mesh_import_type = 4; + base.ResourcePath mesh_geometry = 5; + + // REFERENCE DIRECTION + enum_types.RosetteSelectionMethod rosette_selection_method = 6; + repeated base.ResourcePath rosettes = 7; + base.ResourcePath reference_direction_field = 8; + double rotation_angle = 9; + + // MATERIAL PROPERTIES + // Only fabrics are supported as ply material + base.ResourcePath ply_material = 10; + double ply_angle = 11; + + // DRAPING-RELATED PROPERTIES + // The 'INTERNAL_DRAPING' draping type is not supported for imported plies + ply_material.DrapingType draping = 12; + base.ResourcePath draping_angle_1_field = 13; + base.ResourcePath draping_angle_2_field = 14; + + // VARIABLE THICKNESS + // The 'FROM_GEOMETRY' thickness type is not supported for imported plies + modeling_ply.ThicknessType thickness_type = 15; + base.ResourcePath thickness_field = 16; + // The thickness_field_type is discarded when the thickness_field is not set + modeling_ply.ThicknessFieldType thickness_field_type = 17; +} + +message ObjectInfo { + base.BasicInfo info = 1; + Properties properties = 2; +} + +message ListReply { repeated ObjectInfo objects = 1; } + +message CreateRequest { + base.CollectionPath collection_path = 1; + string name = 2; + Properties properties = 3; +} + +service ObjectService { + rpc List(base.ListRequest) returns (ListReply); + + rpc Get(base.GetRequest) returns (ObjectInfo); + + rpc Put(ObjectInfo) returns (ObjectInfo); + + rpc Delete(base.DeleteRequest) returns (base.Empty); + + rpc Create(CreateRequest) returns (ObjectInfo); + + // Custom methods +} diff --git a/src/ansys/api/acp/v0/imported_production_ply.proto b/src/ansys/api/acp/v0/imported_production_ply.proto new file mode 100644 index 0000000..0d13514 --- /dev/null +++ b/src/ansys/api/acp/v0/imported_production_ply.proto @@ -0,0 +1,27 @@ +syntax = "proto3"; +package ansys.api.acp.v0.imported_production_ply; + +import "ansys/api/acp/v0/base.proto"; +import "ansys/api/acp/v0/enum_types.proto"; + +message Properties { + // Object is generated on update and all properties are read only. + enum_types.StatusType status = 1; + base.ResourcePath material = 2; + double thickness = 3; + double angle = 4; +} + +message ObjectInfo { + base.BasicInfo info = 1; + Properties properties = 2; +} + +message ListReply { repeated ObjectInfo objects = 1; } + +service ObjectService { + // Object is generated on update and read-only => + // only list and get endpoints. + rpc List(base.ListRequest) returns (ListReply); + rpc Get(base.GetRequest) returns (ObjectInfo); +} diff --git a/src/ansys/api/acp/v0/imported_solid_model.proto b/src/ansys/api/acp/v0/imported_solid_model.proto new file mode 100644 index 0000000..2935f33 --- /dev/null +++ b/src/ansys/api/acp/v0/imported_solid_model.proto @@ -0,0 +1,79 @@ +syntax = "proto3"; +package ansys.api.acp.v0.imported_solid_model; + +import "ansys/api/acp/v0/base.proto"; +import "ansys/api/acp/v0/enum_types.proto"; +import "ansys/api/acp/v0/solid_model.proto"; +import "ansys/api/acp/v0/unit_system.proto"; +import "ansys/api/acp/v0/solid_model_export.proto"; + +message Properties { + // GENERAL PROPERTIES + enum_types.StatusType status = 1; // read only + bool locked = 2; // read only + bool active = 3; + + // SOURCE PROPERTIES + enum_types.FileFormat format = 4; + unit_system.UnitSystemType unit_system = 5; + string external_path = 6; + + // ELEMENT QUALITY PROPERTIES + bool delete_bad_elements = 7; + double warping_limit = 8; + double minimum_volume = 9; + + // CUT-OFF PROPERTIES + base.ResourcePath cut_off_material = 10; + + // EXPORT PROPERTIES + // The following properties are not supported (ignored) for imported solid + // models: + // - write_degenerated_elements + // - transfer_all_sets + // - transferred_element_sets + // - transferred_edge_sets + solid_model.ExportSettings export_settings = 16; +} + +message ObjectInfo { + base.BasicInfo info = 1; + Properties properties = 2; +} + +message ListReply { repeated ObjectInfo objects = 1; } + +message CreateRequest { + base.CollectionPath collection_path = 1; + string name = 2; + Properties properties = 3; +} + +message RefreshRequest { base.ResourcePath resource_path = 1; } + +message ImportInitialMeshRequest { base.ResourcePath resource_path = 1; } + +service ObjectService { + rpc List(base.ListRequest) returns (ListReply); + + rpc Get(base.GetRequest) returns (ObjectInfo); + + rpc Put(ObjectInfo) returns (ObjectInfo); + + rpc Delete(base.DeleteRequest) returns (base.Empty); + + rpc Create(CreateRequest) returns (ObjectInfo); + + // Custom methods + + rpc ExportToFile(solid_model_export.ExportToFileRequest) + returns (base.Empty); + + rpc ExportSkin(solid_model_export.ExportSkinRequest) returns (base.Empty); + + rpc Refresh(RefreshRequest) returns (base.Empty); + + rpc ImportInitialMesh(ImportInitialMeshRequest) returns (base.Empty); + + // TODO: mapping statistics +} diff --git a/src/ansys/api/acp/v0/interface_layer.proto b/src/ansys/api/acp/v0/interface_layer.proto new file mode 100644 index 0000000..79bf931 --- /dev/null +++ b/src/ansys/api/acp/v0/interface_layer.proto @@ -0,0 +1,38 @@ +syntax = "proto3"; +package ansys.api.acp.v0.interface_layer; + +import "ansys/api/acp/v0/base.proto"; +import "ansys/api/acp/v0/enum_types.proto"; + +message Properties { + enum_types.StatusType status = 1; + int64 global_ply_nr = 2; + bool active = 3; + repeated base.ResourcePath oriented_selection_sets = 4; + repeated base.ResourcePath open_area_sets = 5; +} + +message ObjectInfo { + base.BasicInfo info = 1; + Properties properties = 2; +} + +message ListReply { repeated ObjectInfo objects = 1; } + +message CreateRequest { + base.CollectionPath collection_path = 1; + string name = 2; + Properties properties = 3; +} + +service ObjectService { + rpc List(base.ListRequest) returns (ListReply); + + rpc Get(base.GetRequest) returns (ObjectInfo); + + rpc Put(ObjectInfo) returns (ObjectInfo); + + rpc Delete(base.DeleteRequest) returns (base.Empty); + + rpc Create(CreateRequest) returns (ObjectInfo); +} diff --git a/src/ansys/api/acp/v0/layup_mapping_object.proto b/src/ansys/api/acp/v0/layup_mapping_object.proto new file mode 100644 index 0000000..0e7fbb2 --- /dev/null +++ b/src/ansys/api/acp/v0/layup_mapping_object.proto @@ -0,0 +1,92 @@ +syntax = "proto3"; +package ansys.api.acp.v0.layup_mapping_object; + +import "ansys/api/acp/v0/base.proto"; +import "ansys/api/acp/v0/enum_types.proto"; + +enum ElementTechnology { + LAYERED_ELEMENT = 0; + REINFORCING = 1; +} + +enum ReinforcingBehavior { + TENSION_AND_COMPRESSION = 0; + TENSION_ONLY = 1; + COMPRESSION_ONLY = 2; +} + +enum BaseElementMaterialHandlingType { + RETAIN = 0; + REMOVE = 1; +} + +enum StressStateType { + UNIAXIAL_STRESS_STATE = 0; + PLANE_STRESS_STATE = 1; + PLANE_STRESS_STATE_WITH_TRANSVERSE_SHEAR_STIFFNESS = 2; + PLANE_STRESS_STATE_WITH_TRANSVERSE_SHEAR_AND_BENDING_STIFFNESS = 3; +} + +message Properties { + // GENERAL PROPERTIES + enum_types.StatusType status = 1; + bool active = 2; + ElementTechnology element_technology = 3; + + // SOURCE SCOPE PROPERTIES + repeated base.ResourcePath shell_element_sets = 4; + bool use_imported_plies = 5; + bool select_all_plies = 6; + repeated base.ResourcePath sequences = 7; + + // TARGET SCOPE PROPERTIES + bool entire_solid_mesh = 8; + repeated base.ResourcePath solid_element_sets = 9; + + // LAYERED ELEMENT PROPERTIES + // void handling + bool scale_ply_thicknesses = 10; + base.ResourcePath void_material = 11; + double minimum_void_material_thickness = 12; + // filler + bool delete_lost_elements = 13; + base.ResourcePath filler_material = 14; + repeated base.ResourcePath rosettes = 15; + enum_types.RosetteSelectionMethod rosette_selection_method = 16; + + // REINFORCING PARAMETERS + // section control and behavior + ReinforcingBehavior reinforcing_behavior = 17; + BaseElementMaterialHandlingType base_element_material_handling = 18; + StressStateType stress_state = 19; + // base material + base.ResourcePath base_material = 20; + repeated base.ResourcePath base_element_rosettes = 21; + enum_types.RosetteSelectionMethod base_element_rosette_selection_method = + 22; +} + +message ObjectInfo { + base.BasicInfo info = 1; + Properties properties = 2; +} + +message ListReply { repeated ObjectInfo objects = 1; } + +message CreateRequest { + base.CollectionPath collection_path = 1; + string name = 2; + Properties properties = 3; +} + +service ObjectService { + rpc List(base.ListRequest) returns (ListReply); + + rpc Get(base.GetRequest) returns (ObjectInfo); + + rpc Put(ObjectInfo) returns (ObjectInfo); + + rpc Delete(base.DeleteRequest) returns (base.Empty); + + rpc Create(CreateRequest) returns (ObjectInfo); +} diff --git a/src/ansys/api/acp/v0/linked_selection_rule.proto b/src/ansys/api/acp/v0/linked_selection_rule.proto index 31378a1..9c6810a 100644 --- a/src/ansys/api/acp/v0/linked_selection_rule.proto +++ b/src/ansys/api/acp/v0/linked_selection_rule.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.linked_selection_rule; diff --git a/src/ansys/api/acp/v0/lookup_table_1d.proto b/src/ansys/api/acp/v0/lookup_table_1d.proto index bc90d59..c9e656b 100644 --- a/src/ansys/api/acp/v0/lookup_table_1d.proto +++ b/src/ansys/api/acp/v0/lookup_table_1d.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.lookup_table_1d; diff --git a/src/ansys/api/acp/v0/lookup_table_1d_column.proto b/src/ansys/api/acp/v0/lookup_table_1d_column.proto index 1dca18a..0a82d8b 100644 --- a/src/ansys/api/acp/v0/lookup_table_1d_column.proto +++ b/src/ansys/api/acp/v0/lookup_table_1d_column.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.lookup_table_1d_column; diff --git a/src/ansys/api/acp/v0/lookup_table_3d.proto b/src/ansys/api/acp/v0/lookup_table_3d.proto index 540c8f1..9247446 100644 --- a/src/ansys/api/acp/v0/lookup_table_3d.proto +++ b/src/ansys/api/acp/v0/lookup_table_3d.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.lookup_table_3d; diff --git a/src/ansys/api/acp/v0/lookup_table_3d_column.proto b/src/ansys/api/acp/v0/lookup_table_3d_column.proto index 225c0ce..d8ece26 100644 --- a/src/ansys/api/acp/v0/lookup_table_3d_column.proto +++ b/src/ansys/api/acp/v0/lookup_table_3d_column.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.lookup_table_3d_column; diff --git a/src/ansys/api/acp/v0/lookup_table_column_type.proto b/src/ansys/api/acp/v0/lookup_table_column_type.proto index b0a504e..e436c8a 100644 --- a/src/ansys/api/acp/v0/lookup_table_column_type.proto +++ b/src/ansys/api/acp/v0/lookup_table_column_type.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.lookup_table_column_type; diff --git a/src/ansys/api/acp/v0/material.proto b/src/ansys/api/acp/v0/material.proto index 2ad551e..5f902d3 100644 --- a/src/ansys/api/acp/v0/material.proto +++ b/src/ansys/api/acp/v0/material.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.material; diff --git a/src/ansys/api/acp/v0/mesh_query.proto b/src/ansys/api/acp/v0/mesh_query.proto index ffa2721..ff78abc 100644 --- a/src/ansys/api/acp/v0/mesh_query.proto +++ b/src/ansys/api/acp/v0/mesh_query.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.mesh_query; @@ -71,14 +49,11 @@ enum ElementalDataType { // is currently disabled. ELEMENT_PLY_OFFSET = 21; } -// message ElementScoping { -// enum ElementType { -// ALL = 0; -// SHELL = 1; -// SOLID = 2; -// } -// ElementType element_type = 1; -// } +enum ElementScopingType { + ALL = 0; + SHELL = 1; + SOLID = 2; +} message GetElementalDataRequest { // The resource path determines both the entity whose data is being queried, @@ -90,7 +65,7 @@ message GetElementalDataRequest { // ply will be returned. base.ResourcePath resource_path = 1; repeated ElementalDataType data_types = 2; - // ElementScoping scoping = 3; + ElementScopingType element_scoping = 3; // optionally scope by element type } message ElementalData { @@ -106,6 +81,12 @@ enum NodalDataType { message GetNodalDataRequest { base.ResourcePath resource_path = 1; repeated NodalDataType data_types = 2; + ElementScopingType element_scoping = 3; // optionally scope by element type +} + +message GetMeshDataRequest { + base.ResourcePath resource_path = 1; + ElementScopingType element_scoping = 2; } message NodalData { @@ -115,7 +96,7 @@ message NodalData { } service MeshQueryService { - rpc GetMeshData(base.GetRequest) returns (MeshData); + rpc GetMeshData(GetMeshDataRequest) returns (MeshData); rpc GetElementalData(GetElementalDataRequest) returns (ElementalData); rpc GetNodalData(GetNodalDataRequest) returns (NodalData); } diff --git a/src/ansys/api/acp/v0/model.proto b/src/ansys/api/acp/v0/model.proto index 94cca52..8d1f5c0 100644 --- a/src/ansys/api/acp/v0/model.proto +++ b/src/ansys/api/acp/v0/model.proto @@ -1,30 +1,9 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.model; import "ansys/api/acp/v0/base.proto"; import "ansys/api/acp/v0/unit_system.proto"; +import "ansys/api/acp/v0/enum_types.proto"; // Default CRUD messages @@ -38,9 +17,10 @@ message Properties { // bool use_default_section_tolerances = 3; double angle_tolerance = 4; double relative_thickness_tolerance = 5; - double minimum_analysis_ply_thickness = 6; - // read only property + optional double minimum_analysis_ply_thickness = + 6; // when not set, keep the previous value (potentially unit-converted) unit_system.UnitSystemType unit_system = 7; + // read-only double average_element_size = 8; } @@ -55,17 +35,9 @@ message LoadFromFileRequest { string path = 1; } // Special Model messages -enum Format { - ANSYS_H5 = 0; - ANSYS_CDB = 1; - ANSYS_DAT = 2; - ABAQUS_INP = 3; - NASTRAN_BDF = 4; -} - message LoadFromFEFileRequest { string path = 1; - Format format = 2; + enum_types.FileFormat format = 2; enum IgnorableEntity { MESH = 0; ELEMENT_SETS = 1; @@ -99,6 +71,80 @@ message SaveShellCompositeDefinitionsRequest { string path = 2; } +message ExportHDF5CompositeCAERequest { + base.ResourcePath resource_path = 1; + string path = 2; + + // GENERAL PROPERTIES + bool remove_midside_nodes = 3; + bool layup_representation_3d = 4; + enum_types.OffsetType offset_type = 5; + bool ascii_encoding = 6; + + // SCOPE PROPERTIES + bool all_elements = 7; + repeated base.ResourcePath element_sets = + 8; // can be Oriented Selection Set or Element Set + bool all_plies = 9; + repeated base.ResourcePath plies = + 10; // can be Modeling Group or Modeling Ply +}; + +enum ImportMode { + APPEND = 0; + OVERWRITE = 1; +} + +enum ProjectionMode { + SHELL = 0; + SOLID = 1; +} + +message ShellMappingProperties { + // MAPPING SCOPE + bool all_elements = 1; + repeated base.ResourcePath element_sets = 2; + + // PLY AREA MAPPING + double relative_thickness_tolerance = 3; + double relative_in_plane_tolerance = 4; + double angle_tolerance = 5; + double small_hole_threshold = 6; +} + +message SolidMappingProperties { enum_types.OffsetType offset_type = 1; } + +message CoordinateTransformation { + // all angles are in degrees + double rotation_angle_x = 1; + double rotation_angle_y = 2; + double rotation_angle_z = 3; + double translation_x = 4; + double translation_y = 5; + double translation_z = 6; +} + +message ImportHDF5CompositeCAERequest { + // GENERAL PROPERTIES + base.ResourcePath resource_path = 1; + string path = 2; + ImportMode import_mode = 3; + ProjectionMode projection_mode = 4; + + // PLY ANGLES + double minimum_angle_tolerance = 5; + bool recompute_reference_directions = 6; + + // MAPPIG PROPERTIES + oneof mapping_properties { + ShellMappingProperties shell_mapping_properties = 7; + SolidMappingProperties solid_mapping_properties = 8; + } + + // COORDINATE TRANSFORMATION + CoordinateTransformation coordinate_transformation = 9; +} + service ObjectService { rpc List(base.ListRequest) returns (ListReply); @@ -120,4 +166,12 @@ service ObjectService { rpc SaveShellCompositeDefinitions(SaveShellCompositeDefinitionsRequest) returns (base.Empty); + + rpc ExportHDF5CompositeCAE(ExportHDF5CompositeCAERequest) + returns (base.Empty); + + rpc ImportHDF5CompositeCAE(ImportHDF5CompositeCAERequest) + returns (base.Empty); + + // TODO: reload mesh } diff --git a/src/ansys/api/acp/v0/modeling_group.proto b/src/ansys/api/acp/v0/modeling_group.proto index 00c3dfd..c00f65f 100644 --- a/src/ansys/api/acp/v0/modeling_group.proto +++ b/src/ansys/api/acp/v0/modeling_group.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.modeling_group; diff --git a/src/ansys/api/acp/v0/modeling_ply.proto b/src/ansys/api/acp/v0/modeling_ply.proto index 3a84d34..ab51f60 100644 --- a/src/ansys/api/acp/v0/modeling_ply.proto +++ b/src/ansys/api/acp/v0/modeling_ply.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.modeling_ply; @@ -73,6 +51,7 @@ message Properties { ThicknessType thickness_type = 18; base.ResourcePath thickness_geometry = 19; base.ResourcePath thickness_field = 20; + // The thickness_field_type is discarded when the thickness_field is not set ThicknessFieldType thickness_field_type = 21; // taper edges diff --git a/src/ansys/api/acp/v0/oriented_selection_set.proto b/src/ansys/api/acp/v0/oriented_selection_set.proto index 0e4fbe5..c2b862c 100644 --- a/src/ansys/api/acp/v0/oriented_selection_set.proto +++ b/src/ansys/api/acp/v0/oriented_selection_set.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.oriented_selection_set; diff --git a/src/ansys/api/acp/v0/parallel_selection_rule.proto b/src/ansys/api/acp/v0/parallel_selection_rule.proto index 4ccbba4..d519d40 100644 --- a/src/ansys/api/acp/v0/parallel_selection_rule.proto +++ b/src/ansys/api/acp/v0/parallel_selection_rule.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.parallel_selection_rule; diff --git a/src/ansys/api/acp/v0/ply_geometry_export.proto b/src/ansys/api/acp/v0/ply_geometry_export.proto index aab682a..15c2bb7 100644 --- a/src/ansys/api/acp/v0/ply_geometry_export.proto +++ b/src/ansys/api/acp/v0/ply_geometry_export.proto @@ -1,39 +1,11 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.ply_geometry_export; import "ansys/api/acp/v0/base.proto"; import "ansys/api/acp/v0/enum_types.proto"; -enum ExportFormat { - STEP = 0; - IGES = 1; - STL = 2; -} - message ExportOptions { - ExportFormat format = 1; + enum_types.FileFormat format = 1; enum_types.OffsetType offset_type = 2; bool include_boundary = 3; bool include_surface = 4; diff --git a/src/ansys/api/acp/v0/ply_material.proto b/src/ansys/api/acp/v0/ply_material.proto index f9271da..01d0900 100644 --- a/src/ansys/api/acp/v0/ply_material.proto +++ b/src/ansys/api/acp/v0/ply_material.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.ply_material; diff --git a/src/ansys/api/acp/v0/production_ply.proto b/src/ansys/api/acp/v0/production_ply.proto index 3aa523b..f754259 100644 --- a/src/ansys/api/acp/v0/production_ply.proto +++ b/src/ansys/api/acp/v0/production_ply.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.production_ply; diff --git a/src/ansys/api/acp/v0/rosette.proto b/src/ansys/api/acp/v0/rosette.proto index d8536e7..cbd239d 100644 --- a/src/ansys/api/acp/v0/rosette.proto +++ b/src/ansys/api/acp/v0/rosette.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.rosette; diff --git a/src/ansys/api/acp/v0/sampling_point.proto b/src/ansys/api/acp/v0/sampling_point.proto new file mode 100644 index 0000000..0d1a7fd --- /dev/null +++ b/src/ansys/api/acp/v0/sampling_point.proto @@ -0,0 +1,52 @@ +syntax = "proto3"; +package ansys.api.acp.v0.sampling_point; + +import "ansys/api/acp/v0/base.proto"; +import "ansys/api/acp/v0/enum_types.proto"; +import "ansys/api/acp/v0/array_types.proto"; + +message Properties { + // general properties + enum_types.StatusType status = 1; + bool locked = 2; // read-only + array_types.DoubleArray point = 3; + array_types.DoubleArray direction = 4; + + // CLT properties + bool use_default_reference_direction = 5; + base.ResourcePath rosette = 6; + array_types.DoubleArray reference_direction = 7; // read-only + bool offset_is_middle = 8; + bool consider_coupling_effect = 9; +} + +message ObjectInfo { + base.BasicInfo info = 1; + Properties properties = 2; +} + +message ListReply { repeated ObjectInfo objects = 1; } + +message CreateRequest { + base.CollectionPath collection_path = 1; + string name = 2; + Properties properties = 3; +} + +service ObjectService { + rpc List(base.ListRequest) returns (ListReply); + + rpc Get(base.GetRequest) returns (ObjectInfo); + + rpc Put(ObjectInfo) returns (ObjectInfo); + + rpc Delete(base.DeleteRequest) returns (base.Empty); + + rpc Create(CreateRequest) returns (ObjectInfo); + + // Custom methods + + // TODO: Export to ESACOMP XML. This is implemented in the ACP GUI, and + // thus cannot (currently) be exposed via the gRPC API. + // Querying the sampling point data is also missing +} diff --git a/src/ansys/api/acp/v0/sensor.proto b/src/ansys/api/acp/v0/sensor.proto index 6240a2e..8125e8f 100644 --- a/src/ansys/api/acp/v0/sensor.proto +++ b/src/ansys/api/acp/v0/sensor.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.sensor; diff --git a/src/ansys/api/acp/v0/snap_to_geometry.proto b/src/ansys/api/acp/v0/snap_to_geometry.proto new file mode 100644 index 0000000..f95d2e8 --- /dev/null +++ b/src/ansys/api/acp/v0/snap_to_geometry.proto @@ -0,0 +1,44 @@ +syntax = "proto3"; +package ansys.api.acp.v0.snap_to_geometry; + +import "ansys/api/acp/v0/base.proto"; +import "ansys/api/acp/v0/enum_types.proto"; + +enum OrientationType { + UNDEFINED = 0; + BOTTOM = 1; + TOP = 2; +} + +message Properties { + enum_types.StatusType status = 1; + bool active = 2; + OrientationType orientation_type = 3; + base.ResourcePath cad_geometry = 4; + base.ResourcePath oriented_selection_set = 5; +} + +message ObjectInfo { + base.BasicInfo info = 1; + Properties properties = 2; +} + +message ListReply { repeated ObjectInfo objects = 1; } + +message CreateRequest { + base.CollectionPath collection_path = 1; + string name = 2; + Properties properties = 3; +} + +service ObjectService { + rpc List(base.ListRequest) returns (ListReply); + + rpc Get(base.GetRequest) returns (ObjectInfo); + + rpc Put(ObjectInfo) returns (ObjectInfo); + + rpc Delete(base.DeleteRequest) returns (base.Empty); + + rpc Create(CreateRequest) returns (ObjectInfo); +} diff --git a/src/ansys/api/acp/v0/solid_element_set.proto b/src/ansys/api/acp/v0/solid_element_set.proto new file mode 100644 index 0000000..6f75059 --- /dev/null +++ b/src/ansys/api/acp/v0/solid_element_set.proto @@ -0,0 +1,26 @@ +syntax = "proto3"; +package ansys.api.acp.v0.solid_element_set; + +import "ansys/api/acp/v0/base.proto"; +import "ansys/api/acp/v0/enum_types.proto"; +import "ansys/api/acp/v0/array_types.proto"; + +message Properties { + enum_types.StatusType status = 1; + bool locked = 2; + array_types.IntArray element_labels = 3; +} + +message ObjectInfo { + base.BasicInfo info = 1; + Properties properties = 2; +} + +message ListReply { repeated ObjectInfo objects = 1; } + +service ObjectService { + // Object is generated on update and read-only => + // only list and get endpoints. + rpc List(base.ListRequest) returns (ListReply); + rpc Get(base.GetRequest) returns (ObjectInfo); +} diff --git a/src/ansys/api/acp/v0/solid_model.proto b/src/ansys/api/acp/v0/solid_model.proto index 5a1fbd9..00650f4 100644 --- a/src/ansys/api/acp/v0/solid_model.proto +++ b/src/ansys/api/acp/v0/solid_model.proto @@ -1,30 +1,9 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.solid_model; import "ansys/api/acp/v0/base.proto"; import "ansys/api/acp/v0/enum_types.proto"; +import "ansys/api/acp/v0/solid_model_export.proto"; enum ExtrusionMethodType { ANALYSIS_PLY_WISE = 0; @@ -122,4 +101,11 @@ service ObjectService { rpc Delete(base.DeleteRequest) returns (base.Empty); rpc Create(CreateRequest) returns (ObjectInfo); + + // Custom methods + + rpc ExportToFile(solid_model_export.ExportToFileRequest) + returns (base.Empty); + + rpc ExportSkin(solid_model_export.ExportSkinRequest) returns (base.Empty); } diff --git a/src/ansys/api/acp/v0/solid_model_export.proto b/src/ansys/api/acp/v0/solid_model_export.proto new file mode 100644 index 0000000..2a0d812 --- /dev/null +++ b/src/ansys/api/acp/v0/solid_model_export.proto @@ -0,0 +1,19 @@ +syntax = "proto3"; +package ansys.api.acp.v0.solid_model_export; + +import "ansys/api/acp/v0/base.proto"; +import "ansys/api/acp/v0/model.proto"; +import "ansys/api/acp/v0/enum_types.proto"; + +message ExportSkinRequest { + base.ResourcePath resource_path = 1; + string path = 2; + enum_types.FileFormat format = 3; + bool midside_nodes = 4; +} + +message ExportToFileRequest { + base.ResourcePath resource_path = 1; + string path = 2; + enum_types.FileFormat format = 3; +} diff --git a/src/ansys/api/acp/v0/spherical_selection_rule.proto b/src/ansys/api/acp/v0/spherical_selection_rule.proto index 91591bb..e5e0287 100644 --- a/src/ansys/api/acp/v0/spherical_selection_rule.proto +++ b/src/ansys/api/acp/v0/spherical_selection_rule.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.spherical_selection_rule; diff --git a/src/ansys/api/acp/v0/stackup.proto b/src/ansys/api/acp/v0/stackup.proto index c358d38..b2b93b7 100644 --- a/src/ansys/api/acp/v0/stackup.proto +++ b/src/ansys/api/acp/v0/stackup.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.stackup; diff --git a/src/ansys/api/acp/v0/sublaminate.proto b/src/ansys/api/acp/v0/sublaminate.proto index ed9d41b..4ac0a42 100644 --- a/src/ansys/api/acp/v0/sublaminate.proto +++ b/src/ansys/api/acp/v0/sublaminate.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.sublaminate; diff --git a/src/ansys/api/acp/v0/tube_selection_rule.proto b/src/ansys/api/acp/v0/tube_selection_rule.proto index e24cdb0..1788d5c 100644 --- a/src/ansys/api/acp/v0/tube_selection_rule.proto +++ b/src/ansys/api/acp/v0/tube_selection_rule.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.tube_selection_rule; diff --git a/src/ansys/api/acp/v0/unit_system.proto b/src/ansys/api/acp/v0/unit_system.proto index 727c026..c711fa0 100644 --- a/src/ansys/api/acp/v0/unit_system.proto +++ b/src/ansys/api/acp/v0/unit_system.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.unit_system; diff --git a/src/ansys/api/acp/v0/variable_offset_selection_rule.proto b/src/ansys/api/acp/v0/variable_offset_selection_rule.proto index f43e07f..1c501ae 100644 --- a/src/ansys/api/acp/v0/variable_offset_selection_rule.proto +++ b/src/ansys/api/acp/v0/variable_offset_selection_rule.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.variable_offset_selection_rule; diff --git a/src/ansys/api/acp/v0/virtual_geometry.proto b/src/ansys/api/acp/v0/virtual_geometry.proto index 1ba8813..d67d9dd 100644 --- a/src/ansys/api/acp/v0/virtual_geometry.proto +++ b/src/ansys/api/acp/v0/virtual_geometry.proto @@ -1,25 +1,3 @@ -// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. -// SPDX-License-Identifier: MIT -// -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - syntax = "proto3"; package ansys.api.acp.v0.virtual_geometry; From 03268632d1494c2fbfcb3252943185344b193b8c Mon Sep 17 00:00:00 2001 From: Dominik Gresch Date: Mon, 16 Sep 2024 11:44:47 +0200 Subject: [PATCH 2/3] Update version to 0.1.0.dev10 --- 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 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 From 35bd0f989d5483210a57b49bcfbc723cf661bfa4 Mon Sep 17 00:00:00 2001 From: Dominik Gresch Date: Mon, 16 Sep 2024 11:46:23 +0200 Subject: [PATCH 3/3] Run add-license-headers --- src/ansys/api/acp/v0/analysis_ply.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/array_types.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/base.proto | 22 +++++++++++++++++++ .../api/acp/v0/boolean_selection_rule.proto | 22 +++++++++++++++++++ .../api/acp/v0/butt_joint_sequence.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/cad_component.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/cad_geometry.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/control.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/cut_off_geometry.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/cut_off_material.proto | 22 +++++++++++++++++++ .../api/acp/v0/cutoff_selection_rule.proto | 22 +++++++++++++++++++ .../acp/v0/cylindrical_selection_rule.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/drop_off_material.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/edge_set.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/element_set.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/enum_types.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/extrusion_guide.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/fabric.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/field_definition.proto | 22 +++++++++++++++++++ .../acp/v0/geometrical_selection_rule.proto | 22 +++++++++++++++++++ .../api/acp/v0/imported_analysis_ply.proto | 22 +++++++++++++++++++ .../api/acp/v0/imported_modeling_group.proto | 22 +++++++++++++++++++ .../api/acp/v0/imported_modeling_ply.proto | 22 +++++++++++++++++++ .../api/acp/v0/imported_production_ply.proto | 22 +++++++++++++++++++ .../api/acp/v0/imported_solid_model.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/interface_layer.proto | 22 +++++++++++++++++++ .../api/acp/v0/layup_mapping_object.proto | 22 +++++++++++++++++++ .../api/acp/v0/linked_selection_rule.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/lookup_table_1d.proto | 22 +++++++++++++++++++ .../api/acp/v0/lookup_table_1d_column.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/lookup_table_3d.proto | 22 +++++++++++++++++++ .../api/acp/v0/lookup_table_3d_column.proto | 22 +++++++++++++++++++ .../api/acp/v0/lookup_table_column_type.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/material.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/mesh_query.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/model.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/modeling_group.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/modeling_ply.proto | 22 +++++++++++++++++++ .../api/acp/v0/oriented_selection_set.proto | 22 +++++++++++++++++++ .../api/acp/v0/parallel_selection_rule.proto | 22 +++++++++++++++++++ .../api/acp/v0/ply_geometry_export.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/ply_material.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/production_ply.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/rosette.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/sampling_point.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/sensor.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/snap_to_geometry.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/solid_element_set.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/solid_model.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/solid_model_export.proto | 22 +++++++++++++++++++ .../api/acp/v0/spherical_selection_rule.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/stackup.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/sublaminate.proto | 22 +++++++++++++++++++ .../api/acp/v0/tube_selection_rule.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/unit_system.proto | 22 +++++++++++++++++++ .../v0/variable_offset_selection_rule.proto | 22 +++++++++++++++++++ src/ansys/api/acp/v0/virtual_geometry.proto | 22 +++++++++++++++++++ 57 files changed, 1254 insertions(+) diff --git a/src/ansys/api/acp/v0/analysis_ply.proto b/src/ansys/api/acp/v0/analysis_ply.proto index 35c89a4..1238cba 100644 --- a/src/ansys/api/acp/v0/analysis_ply.proto +++ b/src/ansys/api/acp/v0/analysis_ply.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.analysis_ply; diff --git a/src/ansys/api/acp/v0/array_types.proto b/src/ansys/api/acp/v0/array_types.proto index 92ffaf5..3c3b099 100644 --- a/src/ansys/api/acp/v0/array_types.proto +++ b/src/ansys/api/acp/v0/array_types.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.array_types; diff --git a/src/ansys/api/acp/v0/base.proto b/src/ansys/api/acp/v0/base.proto index 75d0a92..1d79afc 100644 --- a/src/ansys/api/acp/v0/base.proto +++ b/src/ansys/api/acp/v0/base.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.base; diff --git a/src/ansys/api/acp/v0/boolean_selection_rule.proto b/src/ansys/api/acp/v0/boolean_selection_rule.proto index 36e7166..53338be 100644 --- a/src/ansys/api/acp/v0/boolean_selection_rule.proto +++ b/src/ansys/api/acp/v0/boolean_selection_rule.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.boolean_selection_rule; diff --git a/src/ansys/api/acp/v0/butt_joint_sequence.proto b/src/ansys/api/acp/v0/butt_joint_sequence.proto index 899f4ae..ed68042 100644 --- a/src/ansys/api/acp/v0/butt_joint_sequence.proto +++ b/src/ansys/api/acp/v0/butt_joint_sequence.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.butt_joint_sequence; diff --git a/src/ansys/api/acp/v0/cad_component.proto b/src/ansys/api/acp/v0/cad_component.proto index 6e0fbcd..ad26e21 100644 --- a/src/ansys/api/acp/v0/cad_component.proto +++ b/src/ansys/api/acp/v0/cad_component.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.cad_component; diff --git a/src/ansys/api/acp/v0/cad_geometry.proto b/src/ansys/api/acp/v0/cad_geometry.proto index e369187..1f218f8 100644 --- a/src/ansys/api/acp/v0/cad_geometry.proto +++ b/src/ansys/api/acp/v0/cad_geometry.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.cad_geometry; diff --git a/src/ansys/api/acp/v0/control.proto b/src/ansys/api/acp/v0/control.proto index e0a23fd..7e05085 100644 --- a/src/ansys/api/acp/v0/control.proto +++ b/src/ansys/api/acp/v0/control.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.control; diff --git a/src/ansys/api/acp/v0/cut_off_geometry.proto b/src/ansys/api/acp/v0/cut_off_geometry.proto index 9d48d10..971e2ab 100644 --- a/src/ansys/api/acp/v0/cut_off_geometry.proto +++ b/src/ansys/api/acp/v0/cut_off_geometry.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.cut_off_geometry; diff --git a/src/ansys/api/acp/v0/cut_off_material.proto b/src/ansys/api/acp/v0/cut_off_material.proto index 7ee9d54..8616eb0 100644 --- a/src/ansys/api/acp/v0/cut_off_material.proto +++ b/src/ansys/api/acp/v0/cut_off_material.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.cut_off_material; diff --git a/src/ansys/api/acp/v0/cutoff_selection_rule.proto b/src/ansys/api/acp/v0/cutoff_selection_rule.proto index a0ecc4f..232162e 100644 --- a/src/ansys/api/acp/v0/cutoff_selection_rule.proto +++ b/src/ansys/api/acp/v0/cutoff_selection_rule.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.cutoff_selection_rule; diff --git a/src/ansys/api/acp/v0/cylindrical_selection_rule.proto b/src/ansys/api/acp/v0/cylindrical_selection_rule.proto index 808bf7a..61abdd2 100644 --- a/src/ansys/api/acp/v0/cylindrical_selection_rule.proto +++ b/src/ansys/api/acp/v0/cylindrical_selection_rule.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.cylindrical_selection_rule; diff --git a/src/ansys/api/acp/v0/drop_off_material.proto b/src/ansys/api/acp/v0/drop_off_material.proto index 81318a5..9aa4443 100644 --- a/src/ansys/api/acp/v0/drop_off_material.proto +++ b/src/ansys/api/acp/v0/drop_off_material.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.drop_off_material; diff --git a/src/ansys/api/acp/v0/edge_set.proto b/src/ansys/api/acp/v0/edge_set.proto index 41fd1f9..d2a6fb2 100644 --- a/src/ansys/api/acp/v0/edge_set.proto +++ b/src/ansys/api/acp/v0/edge_set.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.edge_set; diff --git a/src/ansys/api/acp/v0/element_set.proto b/src/ansys/api/acp/v0/element_set.proto index 06d34f8..577a719 100644 --- a/src/ansys/api/acp/v0/element_set.proto +++ b/src/ansys/api/acp/v0/element_set.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.element_set; diff --git a/src/ansys/api/acp/v0/enum_types.proto b/src/ansys/api/acp/v0/enum_types.proto index 427f6da..44d40f8 100644 --- a/src/ansys/api/acp/v0/enum_types.proto +++ b/src/ansys/api/acp/v0/enum_types.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.enum_types; diff --git a/src/ansys/api/acp/v0/extrusion_guide.proto b/src/ansys/api/acp/v0/extrusion_guide.proto index b08d4ca..0fffc74 100644 --- a/src/ansys/api/acp/v0/extrusion_guide.proto +++ b/src/ansys/api/acp/v0/extrusion_guide.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.extrusion_guide; diff --git a/src/ansys/api/acp/v0/fabric.proto b/src/ansys/api/acp/v0/fabric.proto index 7b41860..e47ee42 100644 --- a/src/ansys/api/acp/v0/fabric.proto +++ b/src/ansys/api/acp/v0/fabric.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.fabric; diff --git a/src/ansys/api/acp/v0/field_definition.proto b/src/ansys/api/acp/v0/field_definition.proto index fbf04de..02de8bf 100644 --- a/src/ansys/api/acp/v0/field_definition.proto +++ b/src/ansys/api/acp/v0/field_definition.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.field_definition; diff --git a/src/ansys/api/acp/v0/geometrical_selection_rule.proto b/src/ansys/api/acp/v0/geometrical_selection_rule.proto index 7959ed4..4d49b67 100644 --- a/src/ansys/api/acp/v0/geometrical_selection_rule.proto +++ b/src/ansys/api/acp/v0/geometrical_selection_rule.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.geometrical_selection_rule; diff --git a/src/ansys/api/acp/v0/imported_analysis_ply.proto b/src/ansys/api/acp/v0/imported_analysis_ply.proto index 2f45410..7ed2b1e 100644 --- a/src/ansys/api/acp/v0/imported_analysis_ply.proto +++ b/src/ansys/api/acp/v0/imported_analysis_ply.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.imported_analysis_ply; diff --git a/src/ansys/api/acp/v0/imported_modeling_group.proto b/src/ansys/api/acp/v0/imported_modeling_group.proto index 928f149..8deb019 100644 --- a/src/ansys/api/acp/v0/imported_modeling_group.proto +++ b/src/ansys/api/acp/v0/imported_modeling_group.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.imported_modeling_group; diff --git a/src/ansys/api/acp/v0/imported_modeling_ply.proto b/src/ansys/api/acp/v0/imported_modeling_ply.proto index 29822eb..643edf8 100644 --- a/src/ansys/api/acp/v0/imported_modeling_ply.proto +++ b/src/ansys/api/acp/v0/imported_modeling_ply.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.imported_modeling_ply; diff --git a/src/ansys/api/acp/v0/imported_production_ply.proto b/src/ansys/api/acp/v0/imported_production_ply.proto index 0d13514..a491860 100644 --- a/src/ansys/api/acp/v0/imported_production_ply.proto +++ b/src/ansys/api/acp/v0/imported_production_ply.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.imported_production_ply; diff --git a/src/ansys/api/acp/v0/imported_solid_model.proto b/src/ansys/api/acp/v0/imported_solid_model.proto index 2935f33..8864c2d 100644 --- a/src/ansys/api/acp/v0/imported_solid_model.proto +++ b/src/ansys/api/acp/v0/imported_solid_model.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.imported_solid_model; diff --git a/src/ansys/api/acp/v0/interface_layer.proto b/src/ansys/api/acp/v0/interface_layer.proto index 79bf931..725ce31 100644 --- a/src/ansys/api/acp/v0/interface_layer.proto +++ b/src/ansys/api/acp/v0/interface_layer.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.interface_layer; diff --git a/src/ansys/api/acp/v0/layup_mapping_object.proto b/src/ansys/api/acp/v0/layup_mapping_object.proto index 0e7fbb2..e377e80 100644 --- a/src/ansys/api/acp/v0/layup_mapping_object.proto +++ b/src/ansys/api/acp/v0/layup_mapping_object.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.layup_mapping_object; diff --git a/src/ansys/api/acp/v0/linked_selection_rule.proto b/src/ansys/api/acp/v0/linked_selection_rule.proto index 9c6810a..31378a1 100644 --- a/src/ansys/api/acp/v0/linked_selection_rule.proto +++ b/src/ansys/api/acp/v0/linked_selection_rule.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.linked_selection_rule; diff --git a/src/ansys/api/acp/v0/lookup_table_1d.proto b/src/ansys/api/acp/v0/lookup_table_1d.proto index c9e656b..bc90d59 100644 --- a/src/ansys/api/acp/v0/lookup_table_1d.proto +++ b/src/ansys/api/acp/v0/lookup_table_1d.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.lookup_table_1d; diff --git a/src/ansys/api/acp/v0/lookup_table_1d_column.proto b/src/ansys/api/acp/v0/lookup_table_1d_column.proto index 0a82d8b..1dca18a 100644 --- a/src/ansys/api/acp/v0/lookup_table_1d_column.proto +++ b/src/ansys/api/acp/v0/lookup_table_1d_column.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.lookup_table_1d_column; diff --git a/src/ansys/api/acp/v0/lookup_table_3d.proto b/src/ansys/api/acp/v0/lookup_table_3d.proto index 9247446..540c8f1 100644 --- a/src/ansys/api/acp/v0/lookup_table_3d.proto +++ b/src/ansys/api/acp/v0/lookup_table_3d.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.lookup_table_3d; diff --git a/src/ansys/api/acp/v0/lookup_table_3d_column.proto b/src/ansys/api/acp/v0/lookup_table_3d_column.proto index d8ece26..225c0ce 100644 --- a/src/ansys/api/acp/v0/lookup_table_3d_column.proto +++ b/src/ansys/api/acp/v0/lookup_table_3d_column.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.lookup_table_3d_column; diff --git a/src/ansys/api/acp/v0/lookup_table_column_type.proto b/src/ansys/api/acp/v0/lookup_table_column_type.proto index e436c8a..b0a504e 100644 --- a/src/ansys/api/acp/v0/lookup_table_column_type.proto +++ b/src/ansys/api/acp/v0/lookup_table_column_type.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.lookup_table_column_type; diff --git a/src/ansys/api/acp/v0/material.proto b/src/ansys/api/acp/v0/material.proto index 5f902d3..2ad551e 100644 --- a/src/ansys/api/acp/v0/material.proto +++ b/src/ansys/api/acp/v0/material.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.material; diff --git a/src/ansys/api/acp/v0/mesh_query.proto b/src/ansys/api/acp/v0/mesh_query.proto index ff78abc..fd99252 100644 --- a/src/ansys/api/acp/v0/mesh_query.proto +++ b/src/ansys/api/acp/v0/mesh_query.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.mesh_query; diff --git a/src/ansys/api/acp/v0/model.proto b/src/ansys/api/acp/v0/model.proto index 8d1f5c0..13ddd06 100644 --- a/src/ansys/api/acp/v0/model.proto +++ b/src/ansys/api/acp/v0/model.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.model; diff --git a/src/ansys/api/acp/v0/modeling_group.proto b/src/ansys/api/acp/v0/modeling_group.proto index c00f65f..00c3dfd 100644 --- a/src/ansys/api/acp/v0/modeling_group.proto +++ b/src/ansys/api/acp/v0/modeling_group.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.modeling_group; diff --git a/src/ansys/api/acp/v0/modeling_ply.proto b/src/ansys/api/acp/v0/modeling_ply.proto index ab51f60..fdf1fec 100644 --- a/src/ansys/api/acp/v0/modeling_ply.proto +++ b/src/ansys/api/acp/v0/modeling_ply.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.modeling_ply; diff --git a/src/ansys/api/acp/v0/oriented_selection_set.proto b/src/ansys/api/acp/v0/oriented_selection_set.proto index c2b862c..0e4fbe5 100644 --- a/src/ansys/api/acp/v0/oriented_selection_set.proto +++ b/src/ansys/api/acp/v0/oriented_selection_set.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.oriented_selection_set; diff --git a/src/ansys/api/acp/v0/parallel_selection_rule.proto b/src/ansys/api/acp/v0/parallel_selection_rule.proto index d519d40..4ccbba4 100644 --- a/src/ansys/api/acp/v0/parallel_selection_rule.proto +++ b/src/ansys/api/acp/v0/parallel_selection_rule.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.parallel_selection_rule; diff --git a/src/ansys/api/acp/v0/ply_geometry_export.proto b/src/ansys/api/acp/v0/ply_geometry_export.proto index 15c2bb7..b4de7e6 100644 --- a/src/ansys/api/acp/v0/ply_geometry_export.proto +++ b/src/ansys/api/acp/v0/ply_geometry_export.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.ply_geometry_export; diff --git a/src/ansys/api/acp/v0/ply_material.proto b/src/ansys/api/acp/v0/ply_material.proto index 01d0900..f9271da 100644 --- a/src/ansys/api/acp/v0/ply_material.proto +++ b/src/ansys/api/acp/v0/ply_material.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.ply_material; diff --git a/src/ansys/api/acp/v0/production_ply.proto b/src/ansys/api/acp/v0/production_ply.proto index f754259..3aa523b 100644 --- a/src/ansys/api/acp/v0/production_ply.proto +++ b/src/ansys/api/acp/v0/production_ply.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.production_ply; diff --git a/src/ansys/api/acp/v0/rosette.proto b/src/ansys/api/acp/v0/rosette.proto index cbd239d..d8536e7 100644 --- a/src/ansys/api/acp/v0/rosette.proto +++ b/src/ansys/api/acp/v0/rosette.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.rosette; diff --git a/src/ansys/api/acp/v0/sampling_point.proto b/src/ansys/api/acp/v0/sampling_point.proto index 0d1a7fd..6a7c1d0 100644 --- a/src/ansys/api/acp/v0/sampling_point.proto +++ b/src/ansys/api/acp/v0/sampling_point.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.sampling_point; diff --git a/src/ansys/api/acp/v0/sensor.proto b/src/ansys/api/acp/v0/sensor.proto index 8125e8f..6240a2e 100644 --- a/src/ansys/api/acp/v0/sensor.proto +++ b/src/ansys/api/acp/v0/sensor.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.sensor; diff --git a/src/ansys/api/acp/v0/snap_to_geometry.proto b/src/ansys/api/acp/v0/snap_to_geometry.proto index f95d2e8..3e3c7b4 100644 --- a/src/ansys/api/acp/v0/snap_to_geometry.proto +++ b/src/ansys/api/acp/v0/snap_to_geometry.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.snap_to_geometry; diff --git a/src/ansys/api/acp/v0/solid_element_set.proto b/src/ansys/api/acp/v0/solid_element_set.proto index 6f75059..c4e71e6 100644 --- a/src/ansys/api/acp/v0/solid_element_set.proto +++ b/src/ansys/api/acp/v0/solid_element_set.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.solid_element_set; diff --git a/src/ansys/api/acp/v0/solid_model.proto b/src/ansys/api/acp/v0/solid_model.proto index 00650f4..1c0c824 100644 --- a/src/ansys/api/acp/v0/solid_model.proto +++ b/src/ansys/api/acp/v0/solid_model.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.solid_model; diff --git a/src/ansys/api/acp/v0/solid_model_export.proto b/src/ansys/api/acp/v0/solid_model_export.proto index 2a0d812..50e60b8 100644 --- a/src/ansys/api/acp/v0/solid_model_export.proto +++ b/src/ansys/api/acp/v0/solid_model_export.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.solid_model_export; diff --git a/src/ansys/api/acp/v0/spherical_selection_rule.proto b/src/ansys/api/acp/v0/spherical_selection_rule.proto index e5e0287..91591bb 100644 --- a/src/ansys/api/acp/v0/spherical_selection_rule.proto +++ b/src/ansys/api/acp/v0/spherical_selection_rule.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.spherical_selection_rule; diff --git a/src/ansys/api/acp/v0/stackup.proto b/src/ansys/api/acp/v0/stackup.proto index b2b93b7..c358d38 100644 --- a/src/ansys/api/acp/v0/stackup.proto +++ b/src/ansys/api/acp/v0/stackup.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.stackup; diff --git a/src/ansys/api/acp/v0/sublaminate.proto b/src/ansys/api/acp/v0/sublaminate.proto index 4ac0a42..ed9d41b 100644 --- a/src/ansys/api/acp/v0/sublaminate.proto +++ b/src/ansys/api/acp/v0/sublaminate.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.sublaminate; diff --git a/src/ansys/api/acp/v0/tube_selection_rule.proto b/src/ansys/api/acp/v0/tube_selection_rule.proto index 1788d5c..e24cdb0 100644 --- a/src/ansys/api/acp/v0/tube_selection_rule.proto +++ b/src/ansys/api/acp/v0/tube_selection_rule.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.tube_selection_rule; diff --git a/src/ansys/api/acp/v0/unit_system.proto b/src/ansys/api/acp/v0/unit_system.proto index c711fa0..727c026 100644 --- a/src/ansys/api/acp/v0/unit_system.proto +++ b/src/ansys/api/acp/v0/unit_system.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.unit_system; diff --git a/src/ansys/api/acp/v0/variable_offset_selection_rule.proto b/src/ansys/api/acp/v0/variable_offset_selection_rule.proto index 1c501ae..f43e07f 100644 --- a/src/ansys/api/acp/v0/variable_offset_selection_rule.proto +++ b/src/ansys/api/acp/v0/variable_offset_selection_rule.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.variable_offset_selection_rule; diff --git a/src/ansys/api/acp/v0/virtual_geometry.proto b/src/ansys/api/acp/v0/virtual_geometry.proto index d67d9dd..1ba8813 100644 --- a/src/ansys/api/acp/v0/virtual_geometry.proto +++ b/src/ansys/api/acp/v0/virtual_geometry.proto @@ -1,3 +1,25 @@ +// Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +// SPDX-License-Identifier: MIT +// +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all +// copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + syntax = "proto3"; package ansys.api.acp.v0.virtual_geometry;