pycatia.dnb_human_modeling_interfaces.swk_ergo

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.SWKErgo(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
SWKErgo

This interface groups the properties giving access to all the ergonomic studies
that can be performed on a manikin.

Its main purpose is to provide bridges to the specific ergonomic analysis
interfaces.
property carry: SWKErgoCarry

Note

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

Returns the object for a carry analysis. The Carry can also be obtained by
invoking method GetItem (from AnyObject) with the character string “Carry” as
an argument.
Return type:

SWKErgoCarry

property lift_lower: SWKErgoLiftLower

Note

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

Returns the object for a lift/lower analysis. The Lift/Lower can also be
obtained by invoking method GetItem (from AnyObject) with the character string
“LiftLower” as an argument.
Return type:

SWKErgoLiftLower

property push_pull: SWKErgoPushPull

Note

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

Returns the object for a push/pull analysis. The Push/Pull can also be
obtained by invoking method GetItem (from AnyObject) with the character string
“PushPull” as an argument.
Return type:

SWKErgoPushPull

property rula: SWKErgoRULA

Note

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

Returns the object for a RULA analysis. The RULA object can also be
obtained by invoking method GetItem (from AnyObject) with the character string
“RULA” as an argument.
Return type:

SWKErgoRULA