dips.LineToolEntityInfoVal module#

Generated wrapper for LineToolEntityInfo protobuf message.

class dips.LineToolEntityInfoVal.LineToolEntityInfoVal(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 LineToolEntityInfo 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.

to_proto()#

Get the underlying protobuf message.