dips.LineIntersectionCalculatorToolEntityInfoVal module#
Generated wrapper for LineIntersectionCalculatorToolEntityInfo protobuf message.
- class dips.LineIntersectionCalculatorToolEntityInfoVal.LineIntersectionCalculatorToolEntityInfoVal(color: ColorSurrogateVal | None = None, pole1: TrendPlungeVal | None = None, pole2: TrendPlungeVal | None = None, proto_message: Any | None = None)#
Bases:
objectSimple wrapper for LineIntersectionCalculatorToolEntityInfo with Pythonic getters and setters.
- property color: ColorSurrogateVal#
Get the Color 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 name: str#
Get the Name field value.
- property pole1: TrendPlungeVal#
Get the Pole1 field as a wrapper.
- property pole2: TrendPlungeVal#
Get the Pole2 field as a wrapper.
- to_proto()#
Get the underlying protobuf message.