dips.Vector3Val module#

Generated wrapper for Vector3 protobuf message.

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

Bases: object

Simple wrapper for Vector3 with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

to_proto()#

Get the underlying protobuf message.

property x: float#

Get the X field value.

property y: float#

Get the Y field value.

property z: float#

Get the Z field value.