dips.IntersectionEntityVisibilityVal module#

Generated wrapper for IntersectionEntityVisibility protobuf message.

class dips.IntersectionEntityVisibilityVal.IntersectionEntityVisibilityVal(intersection_options: IntersectionOptionsVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for IntersectionEntityVisibility with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property intersection_options: IntersectionOptionsVal#

Get the IntersectionOptions field as a wrapper.

property is_visible: bool#

Get the IsVisible field value.

to_proto()#

Get the underlying protobuf message.