dips.PlaneEntityInfoVal module#

Generated wrapper for PlaneEntityInfo protobuf message.

class dips.PlaneEntityInfoVal.PlaneEntityInfoVal(color: ColorSurrogateVal | None = None, plane: PlaneVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for PlaneEntityInfo 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 plane: PlaneVal#

Get the Plane field as a wrapper.

to_proto()#

Get the underlying protobuf message.