pycatia.dnb_human_modeling_interfaces.swk_ergo_rula

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.dnb_human_modeling_interfaces.swk_ergo_rula.SWKErgoRULA(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
SWKErgoRULA

This interface deals the RULA ergonomic analysis.
property arm_abducted: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property ArmAbducted() As boolean (Read Only)

This property is True if the arm of the manikin is abducted, given the
manikin’s current posture.
Return type

bool

property arm_out_to_side: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property ArmOutToSide() As boolean (Read Only)

This property is True if the arm of the manikin is out to the side, given
the manikin’s current posture.
Return type

bool

property neck_side_bending: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property NeckSideBending() As boolean (Read Only)

This property is True if the neck of the manikin is bent, given the
manikin’s current posture.
Return type

bool

property neck_twisted: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property NeckTwisted() As boolean (Read Only)

This property is True if the neck of the manikin is twisted, given the
manikin’s current posture.
Return type

bool

property object_weight: str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property ObjectWeight() As CATBSTR

Returns or sets the weight of the object being carried.
Return type

str

property overall_score: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property OverallScore() As long (Read Only)

This field is the overall RULA score, given the manikin’s current posture.
Return type

int

property shoulder_raised: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property ShoulderRaised() As boolean (Read Only)

This property is True if the shoulder of the manikin is raised, given the
manikin’s current posture.
Return type

bool

property trunk_side_bending: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property TrunkSideBending() As boolean (Read Only)

This property is True if the trunk of the manikin is bent, given the
manikin’s current posture.
Return type

bool

property trunk_twisted: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property TrunkTwisted() As boolean (Read Only)

This property is True if the trunk of the manikin is twisted, given the
manikin’s current posture.
Return type

bool

property verdict: str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Verdict() As CATBSTR (Read Only)

This field gives a text string which represents the interpretaton of the
overall RULA score.
Return type

str

property wrist_bent: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property WristBent() As boolean (Read Only)

This property is True if the wrist of the manikin is bent, given the
manikin’s current posture.
Return type

bool

property wrist_twisted: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property WristTwisted() As boolean (Read Only)

This property is True if the wrist of the manikin is twisted, given the
manikin’s current posture.
Return type

bool