from_axis method

from_axis

From the axis.

Returns

def from_axis(self, x_axis, y_axis, z_axis):
    ...
ParameterTypeDescription
x_axisPoint3DThe x axis.
y_axisPoint3DThe y axis.
z_axisPoint3DThe z axis.

See Also