Frame.worldXY
- classmethod Frame.worldXY()[source]
Construct the world XY frame.
- Returns:
compas.geometry.Frame
The world XY frame.
Examples
>>> frame = Frame.worldXY() >>> frame.point Point(0.000, 0.000, 0.000) >>> frame.xaxis Vector(1.000, 0.000, 0.000) >>> frame.yaxis Vector(0.000, 1.000, 0.000)