MMpy.OrientationAxes.axis1

Syntax

orientation_axis.axis1

Description

Property returning the first axis of an orientation axes object.

Returns

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

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.axis1)

Resource ID

IDPH_ORIENTATIONAXES_AXIS1