MMpy.OrientationAxes.axis3

Syntax

orientation_axis.axis3

Description

Property returning the third axis of an orientation axes object.

Returns

Type
Description
dict[str, float] A dictionary containing the azimuth and plunge values of axis 3.

Notes

An orientation must be applied before hand for meaningful results.

This is a read-only property.

Examples

axes = MMpy.OrientationAxes();
axes.apply_geoplunge(164, 12, MMpy.Sense.north, 0)
print(axes.axis3)

Resource ID

IDPH_ORIENTATIONAXES_AXIS3