MMpy.OrientationAxes.plane_parameters
Syntax
orientation_axis.plane_parameters
Description
Property returning the plane_parameters of an orientation axes object.
Returns
Type |
Description |
---|---|
dict[str, float] | A dictionary with the strike, dip, dip direction and pitch values. |
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.plane_parameters)
Resource ID
IDPH_ORIENTATIONAXES_PLANEPARAMETERS