dips.CircularWindowVal module#

Generated wrapper for CircularWindow protobuf message.

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

Bases: object

Simple wrapper for CircularWindow 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.

property id: str#

Get the ID field value.

to_proto()#

Get the underlying protobuf message.