From 5b2977c68373e51022f29acc1457e32cd536ebc5 Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Mon, 13 Jan 2025 17:10:51 +0100 Subject: [PATCH] FIX: Typo --- src/ansys/aedt/core/modeler/cad/primitives.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansys/aedt/core/modeler/cad/primitives.py b/src/ansys/aedt/core/modeler/cad/primitives.py index e7661796093..aa1f32daaec 100644 --- a/src/ansys/aedt/core/modeler/cad/primitives.py +++ b/src/ansys/aedt/core/modeler/cad/primitives.py @@ -8573,7 +8573,7 @@ def _check_material(self, material, default_material, threshold=100000): def __refresh_object_type(self, object_type: str): ALLOWED_TYPES = ["Solids", "Sheets", "Lines", "Unclassified"] OBJECT_TYPE_TO_ATTRIBUTE = { - "Solids": "_soldis", + "Solids": "_solids", "Sheets": "_sheets", "Lines": "_lines", "Unclassified": "_unclassified",