dips.AnchorPointVal module#
Generated wrapper for AnchorPoint protobuf message.
- class dips.AnchorPointVal.AnchorPointVal(spherical_point: TrendPlungeVal | None = None, logical_point: Vector2DVal | None = None, proto_message: Any | None = None)#
Bases:
objectSimple wrapper for AnchorPoint with Pythonic getters and setters.
- property coordinate_option: Any#
Get the CoordinateOption field value.
- copy()#
Create a copy of this wrapper.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- property logical_point: Vector2DVal#
Get the LogicalPoint field as a wrapper.
- property spherical_point: TrendPlungeVal#
Get the SphericalPoint field as a wrapper.
- to_proto()#
Get the underlying protobuf message.