dips.EntityColorOptionsVal module#
Generated wrapper for EntityColorOptions protobuf message.
- class dips.EntityColorOptionsVal.EntityColorOptionsVal(set_color: ColorSurrogateVal | None = None, user_plane: ColorSurrogateVal | None = None, variability: ColorSurrogateVal | None = None, confidence: ColorSurrogateVal | None = None, fold: ColorSurrogateVal | None = None, global_mean: ColorSurrogateVal | None = None, global_best_fit: ColorSurrogateVal | None = None, cone: ColorSurrogateVal | None = None, trend_line: ColorSurrogateVal | None = None, pitch_grid: ColorSurrogateVal | None = None, annotative_tools: ColorSurrogateVal | None = None, measurement_tools: ColorSurrogateVal | None = None, proto_message: Any | None = None)#
Bases:
objectSimple wrapper for EntityColorOptions with Pythonic getters and setters.
- property annotative_tools: ColorSurrogateVal#
Get the AnnotativeTools field as a wrapper.
- property cone: ColorSurrogateVal#
Get the Cone field as a wrapper.
- property confidence: ColorSurrogateVal#
Get the Confidence field as a wrapper.
- copy()#
Create a copy of this wrapper.
- property fold: ColorSurrogateVal#
Get the Fold field as a wrapper.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- property global_best_fit: ColorSurrogateVal#
Get the GlobalBestFit field as a wrapper.
- property global_mean: ColorSurrogateVal#
Get the GlobalMean field as a wrapper.
- property measurement_tools: ColorSurrogateVal#
Get the MeasurementTools field as a wrapper.
- property pitch_grid: ColorSurrogateVal#
Get the PitchGrid field as a wrapper.
- property set_color: ColorSurrogateVal#
Get the SetColor field as a wrapper.
- to_proto()#
Get the underlying protobuf message.
- property trend_line: ColorSurrogateVal#
Get the TrendLine field as a wrapper.
- property user_plane: ColorSurrogateVal#
Get the UserPlane field as a wrapper.
- property variability: ColorSurrogateVal#
Get the Variability field as a wrapper.