dips.PolygonToolEntityInfoVal module#
Generated wrapper for PolygonToolEntityInfo protobuf message.
- class dips.PolygonToolEntityInfoVal.PolygonToolEntityInfoVal(line_format: LineFormatVal | None = None, fill_format: FillFormatVal | None = None, proto_message: Any | None = None)#
Bases:
objectSimple wrapper for PolygonToolEntityInfo with Pythonic getters and setters.
- copy()#
Create a copy of this wrapper.
- property fill_format: FillFormatVal#
Get the FillFormat field as a 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.