dips.LineationVal module#

Generated wrapper for Lineation protobuf message.

class dips.LineationVal.LineationVal(angle: AngleDataVal | None = None, direction: eLineationDirection = eLineationDirection.Up, proto_message: Any | None = None)#

Bases: object

Simple wrapper for Lineation with Pythonic getters and setters.

property angle: AngleDataVal#

Get the Angle field as a wrapper.

copy()#

Create a copy of this wrapper.

property direction: eLineationDirection#

Get the Direction field as a Python IntEnum (IDE autocomplete).

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

to_proto()#

Get the underlying protobuf message.