dips.FreehandWindowVal module#

Generated wrapper for FreehandWindow protobuf message.

class dips.FreehandWindowVal.FreehandWindowVal(proto_message: Any | None = None)#

Bases: object

Simple wrapper for FreehandWindow with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property is_wrapped: bool#

Get the IsWrapped field value.

property polygon: List[TrendPlungeVal]#

Get the Polygon field as a list of wrappers.

to_proto()#

Get the underlying protobuf message.