Skip to content

Commit ca5f874

Browse files
committed
adding axes to docstring
1 parent 352e6de commit ca5f874

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/compas/geometry/frame.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ class Frame(Geometry):
4646
The local Y axis of the frame.
4747
zaxis : :class:`~compas.geometry.Vector`, read-only
4848
The Z axis of the frame.
49+
axes : list of :class:`~compas.geometry.Vector`, read-only
50+
The XYZ axes of the frame.
4951
normal : :class:`~compas.geometry.Vector`, read-only
5052
The normal of the base plane of the frame.
5153
quaternion : :class:`~compas.geometry.Quaternion`, read-only

0 commit comments

Comments
 (0)