dips.KinematicSensitivitySettingsVal module#

Generated wrapper for KinematicSensitivitySettings protobuf message.

class dips.KinematicSensitivitySettingsVal.KinematicSensitivitySettingsVal(slope_dip: AngleSensitivityRangeVal | None = None, slope_dip_direction: AngleSensitivityRangeVal | None = None, friction_angle: AngleSensitivityRangeVal | None = None, lateral_limits: AngleSensitivityRangeVal | None = None, intersection_options: IntersectionOptionsVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for KinematicSensitivitySettings with Pythonic getters and setters.

property chart_type: Any#

Get the ChartType field value.

copy()#

Create a copy of this wrapper.

property critical: Any#

Get the Critical field value.

property failure_mode_option: Any#

Get the FailureModeOption field value.

property friction_angle: AngleSensitivityRangeVal#

Get the FrictionAngle field as a wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property intersection_options: IntersectionOptionsVal#

Get the IntersectionOptions field as a wrapper.

property is_weighted: bool#

Get the IsWeighted field value.

property lateral_limits: AngleSensitivityRangeVal#

Get the LateralLimits field as a wrapper.

property slope_dip: AngleSensitivityRangeVal#

Get the SlopeDip field as a wrapper.

property slope_dip_direction: AngleSensitivityRangeVal#

Get the SlopeDipDirection field as a wrapper.

to_proto()#

Get the underlying protobuf message.