dips.KinematicSensitivitySettingsVal module#

Generated wrapper for KinematicSensitivitySettings protobuf message.

class dips.KinematicSensitivitySettingsVal.KinematicSensitivitySettingsVal(failure_mode_option: eFailureModeOption = eFailureModeOption.PlanarSliding, slope_dip: AngleSensitivityRangeVal | None = None, slope_dip_direction: AngleSensitivityRangeVal | None = None, friction_angle: AngleSensitivityRangeVal | None = None, lateral_limits: AngleSensitivityRangeVal | None = None, chart_type: eKinematicSensitivityChartType = eKinematicSensitivityChartType.CartesianChart, critical: eCriticalType = eCriticalType.PercentCritical, intersection_options: IntersectionOptionsVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for KinematicSensitivitySettings with Pythonic getters and setters.

property chart_type: eKinematicSensitivityChartType#

Get the ChartType field as a Python IntEnum (IDE autocomplete).

copy()#

Create a copy of this wrapper.

property critical: eCriticalType#

Get the Critical field as a Python IntEnum (IDE autocomplete).

property failure_mode_option: eFailureModeOption#

Get the FailureModeOption field as a Python IntEnum (IDE autocomplete).

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.