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 352e6de commit ca5f874Copy full SHA for ca5f874
src/compas/geometry/frame.py
@@ -46,6 +46,8 @@ class Frame(Geometry):
46
The local Y axis of the frame.
47
zaxis : :class:`~compas.geometry.Vector`, read-only
48
The Z axis of the frame.
49
+ axes : list of :class:`~compas.geometry.Vector`, read-only
50
+ The XYZ axes of the frame.
51
normal : :class:`~compas.geometry.Vector`, read-only
52
The normal of the base plane of the frame.
53
quaternion : :class:`~compas.geometry.Quaternion`, read-only
0 commit comments