dips.ConeToolEntityInfoVal module#

Generated wrapper for ConeToolEntityInfo protobuf message.

class dips.ConeToolEntityInfoVal.ConeToolEntityInfoVal(color: ColorSurrogateVal | None = None, cone: ConeVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for ConeToolEntityInfo with Pythonic getters and setters.

property color: ColorSurrogateVal#

Get the Color field as a wrapper.

property cone: ConeVal#

Get the Cone 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.

to_proto()#

Get the underlying protobuf message.