dips.LineationVal module#

Generated wrapper for Lineation protobuf message.

class dips.LineationVal.LineationVal(angle: AngleDataVal | None = None, 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: Any#

Get the Direction field value.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

to_proto()#

Get the underlying protobuf message.