Skip to content

Commit da062bc

Browse files
bottom edge function description updated
1 parent dbf4a89 commit da062bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyaedt/modeler/cad/object3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ def top_edge_y(self):
693693

694694
@property
695695
def bottom_edge_y(self):
696-
"""Bottom edge in the X direction of the object. Midpoint is used as criteria to find the edge.
696+
"""Bottom edge in the Y direction of the object. Midpoint is used as criteria to find the edge.
697697
698698
Returns
699699
-------

0 commit comments

Comments
 (0)