MMpy.OrientationAxes.sense

Syntax

orientation_axis.sense

Description

Property returning the sense of a plane of an orientation axes object.

Returns

Type
Description
MMpy.Sense MMpy.Sense object returning the sense of the plane.

See Also

MMpy.Sense

Notes

An orientation must be applied before hand for meaningful results.

This is a read-only property.

Valid choices for the return value are:

  • MMpy.Sense.north
  • MMpy.Sense.east
  • MMpy.Sense.west
  • MMpy.Sense.south

Examples

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

Resource ID

IDPH_ORIENTATIONAXES_SENSE