We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e4a7d commit 9c889bbCopy full SHA for 9c889bb
pyaedt/modeler/Object3d.py
@@ -1700,7 +1700,7 @@ def part_coordinate_system(self):
1700
>>> oEditor.ChangeProperty
1701
1702
"""
1703
- if self._part_coordinate_system is not None:
+ if self._part_coordinate_system is not None and not isinstance(self._part_coordinate_system, int):
1704
return self._part_coordinate_system
1705
if "Orientation" in self.valid_properties:
1706
self._part_coordinate_system = _retry_ntimes(
0 commit comments