dips.ContourEntityVisibilityVal module#

Generated wrapper for ContourEntityVisibility protobuf message.

class dips.ContourEntityVisibilityVal.ContourEntityVisibilityVal(pole_vector_density_contour_options: ContourOptionsVal | None = None, intersection_vector_density_contour_options: ContourOptionsVal | None = None, quantitative_contour_options: ContourOptionsVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for ContourEntityVisibility with Pythonic getters and setters.

property contour_type: Any#

Get the ContourType field value.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property intersection_vector_density_contour_options: ContourOptionsVal#

Get the IntersectionVectorDensityContourOptions field as a wrapper.

property is_visible: bool#

Get the IsVisible field value.

property pole_vector_density_contour_options: ContourOptionsVal#

Get the PoleVectorDensityContourOptions field as a wrapper.

property quantitative_contour_options: ContourOptionsVal#

Get the QuantitativeContourOptions field as a wrapper.

to_proto()#

Get the underlying protobuf message.