dips.PitchGridToolEntityInfoVal module#

Generated wrapper for PitchGridToolEntityInfo protobuf message.

class dips.PitchGridToolEntityInfoVal.PitchGridToolEntityInfoVal(color: ColorSurrogateVal | None = None, pole: TrendPlungeVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for PitchGridToolEntityInfo with Pythonic getters and setters.

property color: ColorSurrogateVal#

Get the Color field as a wrapper.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property is_visible: bool#

Get the IsVisible field value.

property name: str#

Get the Name field value.

property pole: TrendPlungeVal#

Get the Pole field as a wrapper.

to_proto()#

Get the underlying protobuf message.