dips.KinematicAnalysisDisplayOptionsVal module#

Generated wrapper for KinematicAnalysisDisplayOptions protobuf message.

class dips.KinematicAnalysisDisplayOptionsVal.KinematicAnalysisDisplayOptionsVal(construction_line: LineFormatVal | None = None, slope_plane_line: LineFormatVal | None = None, critical_zone_line: LineFormatVal | None = None, critical_zone_primary_color: ColorSurrogateVal | None = None, critical_zone_secondary_color: ColorSurrogateVal | None = None, critical_zone_tertiary_color: ColorSurrogateVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for KinematicAnalysisDisplayOptions with Pythonic getters and setters.

property construction_line: LineFormatVal#

Get the ConstructionLine field as a wrapper.

copy()#

Create a copy of this wrapper.

property critical_zone_line: LineFormatVal#

Get the CriticalZoneLine field as a wrapper.

property critical_zone_primary_color: ColorSurrogateVal#

Get the CriticalZonePrimaryColor field as a wrapper.

property critical_zone_secondary_color: ColorSurrogateVal#

Get the CriticalZoneSecondaryColor field as a wrapper.

property critical_zone_tertiary_color: ColorSurrogateVal#

Get the CriticalZoneTertiaryColor field as a wrapper.

property critical_zone_transparency_percentage: float#

Get the CriticalZoneTransparencyPercentage field value.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property show_construction_lines: bool#

Get the ShowConstructionLines field value.

property show_critical_zone_fill: bool#

Get the ShowCriticalZoneFill field value.

property show_critical_zone_outline: bool#

Get the ShowCriticalZoneOutline field value.

property show_slope_plane_line: bool#

Get the ShowSlopePlaneLine field value.

property slope_plane_line: LineFormatVal#

Get the SlopePlaneLine field as a wrapper.

to_proto()#

Get the underlying protobuf message.