Skip to content

Commit 9c889bb

Browse files
maxcapodi78maxcapodi78
authored andcommitted
added few more methods to Report
1 parent 99e4a7d commit 9c889bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyaedt/modeler/Object3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1700,7 +1700,7 @@ def part_coordinate_system(self):
17001700
>>> oEditor.ChangeProperty
17011701
17021702
"""
1703-
if self._part_coordinate_system is not None:
1703+
if self._part_coordinate_system is not None and not isinstance(self._part_coordinate_system, int):
17041704
return self._part_coordinate_system
17051705
if "Orientation" in self.valid_properties:
17061706
self._part_coordinate_system = _retry_ntimes(

0 commit comments

Comments
 (0)