dips.PolylineToolEntityInfoVal module#

Generated wrapper for PolylineToolEntityInfo protobuf message.

class dips.PolylineToolEntityInfoVal.PolylineToolEntityInfoVal(line_format: LineFormatVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for PolylineToolEntityInfo 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_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 points: List[Vector2DVal]#

Get the Points field as a list of wrappers.

to_proto()#

Get the underlying protobuf message.