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