dips.KinematicAnalysisSettingsVal module#

Generated wrapper for KinematicAnalysisSettings protobuf message.

class dips.KinematicAnalysisSettingsVal.KinematicAnalysisSettingsVal(slope_dip: AngleDataVal | None = None, slope_dip_direction: AngleDataVal | None = None, friction_angle: AngleDataVal | None = None, lateral_limits: AngleDataVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for KinematicAnalysisSettings with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

property failure_mode_option: Any#

Get the FailureModeOption field value.

property friction_angle: AngleDataVal#

Get the FrictionAngle field as a wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property lateral_limits: AngleDataVal#

Get the LateralLimits field as a wrapper.

property slope_dip: AngleDataVal#

Get the SlopeDip field as a wrapper.

property slope_dip_direction: AngleDataVal#

Get the SlopeDipDirection field as a wrapper.

to_proto()#

Get the underlying protobuf message.