Frame.worldYZ
- classmethod Frame.worldYZ()
Construct the world YZ frame.
- Returns
compas.geometry.Frame
– The world YZ frame.
Examples
>>> frame = Frame.worldYZ() >>> frame.point Point(0.000, 0.000, 0.000) >>> frame.xaxis Vector(0.000, 1.000, 0.000) >>> frame.yaxis Vector(0.000, 0.000, 1.000)