dips.ConeVal module#

Generated wrapper for Cone protobuf message.

class dips.ConeVal.ConeVal(center: TrendPlungeVal | None = None, cone_angle: AngleDataVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for Cone with Pythonic getters and setters.

property center: TrendPlungeVal#

Get the Center field as a wrapper.

property cone_angle: AngleDataVal#

Get the ConeAngle field as a wrapper.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

to_proto()#

Get the underlying protobuf message.