dips.ContourEntityVisibilityVal module#
Generated wrapper for ContourEntityVisibility protobuf message.
- class dips.ContourEntityVisibilityVal.ContourEntityVisibilityVal(contour_type: eContourType = eContourType.PoleVectorDensity, 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:
objectSimple wrapper for ContourEntityVisibility with Pythonic getters and setters.
- property contour_type: eContourType#
Get the ContourType field as a Python IntEnum (IDE autocomplete).
- 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.