dips.ArrowToolEntityInfoVal module#

Generated wrapper for ArrowToolEntityInfo protobuf message.

class dips.ArrowToolEntityInfoVal.ArrowToolEntityInfoVal(anchor_point: AnchorPointVal | None = None, anchor_point_secondary: AnchorPointVal | None = None, line_format: LineFormatVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for ArrowToolEntityInfo with Pythonic getters and setters.

property anchor_point: AnchorPointVal#

Get the AnchorPoint field as a wrapper.

property anchor_point_secondary: AnchorPointVal#

Get the AnchorPointSecondary 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 line_format: LineFormatVal#

Get the LineFormat field as a wrapper.

property name: str#

Get the Name field value.

property show_arrow: bool#

Get the ShowArrow field value.

property show_arrow_secondary: bool#

Get the ShowArrowSecondary field value.

to_proto()#

Get the underlying protobuf message.