dips.TraverseEntityOptionsVal module#

Generated wrapper for TraverseEntityOptions protobuf message.

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

Bases: object

Simple wrapper for TraverseEntityOptions with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property show_all_points: bool#

Get the ShowAllPoints field value.

property show_blind_zone: bool#

Get the ShowBlindZone field value.

property show_label: bool#

Get the ShowLabel field value.

to_proto()#

Get the underlying protobuf message.