dips.AnnotativeTools2DVal module#

Generated wrapper for AnnotativeTools2D protobuf message.

class dips.AnnotativeTools2DVal.AnnotativeTools2DVal(proto_message: Any | None = None)#

Bases: object

Simple wrapper for AnnotativeTools2D with Pythonic getters and setters.

property arrow_tool_entities: List[ArrowToolEntityInfoVal]#

Get the ArrowToolEntities field as a list of wrappers.

property cone_tool_entities: List[ConeToolEntityInfoVal]#

Get the ConeToolEntities field as a list of wrappers.

copy()#

Create a copy of this wrapper.

property ellipse_tool_entities: List[EllipseToolEntityInfoVal]#

Get the EllipseToolEntities field as a list of wrappers.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property line_intersection_calculator_tool_entities: List[LineIntersectionCalculatorToolEntityInfoVal]#

Get the LineIntersectionCalculatorToolEntities field as a list of wrappers.

property line_tool_entities: List[LineToolEntityInfoVal]#

Get the LineToolEntities field as a list of wrappers.

property measure_angle_tool_entities: List[MeasureAngleToolEntityInfoVal]#

Get the MeasureAngleToolEntities field as a list of wrappers.

property pitch_grid_tool_entities: List[PitchGridToolEntityInfoVal]#

Get the PitchGridToolEntities field as a list of wrappers.

property plane_intersection_calculator_tool_entities: List[PlaneIntersectionCalculatorToolEntityInfoVal]#

Get the PlaneIntersectionCalculatorToolEntities field as a list of wrappers.

property polygon_tool_entities: List[PolygonToolEntityInfoVal]#

Get the PolygonToolEntities field as a list of wrappers.

property polyline_tool_entities: List[PolylineToolEntityInfoVal]#

Get the PolylineToolEntities field as a list of wrappers.

property rectangle_tool_entities: List[RectangleToolEntityInfoVal]#

Get the RectangleToolEntities field as a list of wrappers.

property text_tool_entities: List[TextToolEntityInfoVal]#

Get the TextToolEntities field as a list of wrappers.

to_proto()#

Get the underlying protobuf message.

property trend_line_tool_entities: List[TrendLineToolEntityInfoVal]#

Get the TrendLineToolEntities field as a list of wrappers.