dips.IntersectionOptionsVal module#

Generated wrapper for IntersectionOptions protobuf message.

class dips.IntersectionOptionsVal.IntersectionOptionsVal(intersection_type: eIntersectionType = eIntersectionType.AllPoleIntersections, set_versus_set: SetVersusSetVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for IntersectionOptions 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_type: eIntersectionType#

Get the IntersectionType field as a Python IntEnum (IDE autocomplete).

property set_versus_set: SetVersusSetVal#

Get the SetVersusSet field as a wrapper.

to_proto()#

Get the underlying protobuf message.