pycatia.dnb_human_modeling_interfaces.swk_manikin

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_manikin.SWKManikin(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
DNBHumanModelingInterfaces.SWKManikinPart
SWKManikin

This interface groups the methods directly related to the definition of a
manikin.

Its main purpose is to provide bridges to the other interfaces related to a
manikin.
Once these interfaces are recovered, it is possible to have access to their
specific functionalities.
property anthro: SWKAnthro

Note

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

Returns the anthropometry of the current manikin. The anthropometry can
also be obtained by invoking method GetItem (from AnyObject) with the character
string “Anthro” as an argument.
Return type:

SWKAnthro

property body: SWKBody

Note

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

Returns the body of the current manikin. The body can also be obtained by
invoking method GetItem (from AnyObject) with the character string “Body” as an
argument.
Return type:

SWKBody

property body_node: SWKSegmentNode

Note

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

Returns the body node of the current manikin. The body node is the node
named “Body”, as it appears underneath the manikin in the specification tree.
This body node can also be obtained by invoking method GetItem (from AnyObject)
with the character string “BodyNode” as an argument.
Return type:

SWKSegmentNode

property ergo: SWKErgo

Note

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

Returns the ergonomic analysis of the current manikin. The ergo can also be
obtained by invoking method GetItem (from AnyObject) with the character string
“Ergo” as an argument.
Return type:

SWKErgo

property ik_manager: SWKIKManager

Note

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

Returns the inverse kinematics (IK) engine of the current manikin. The IK
manager can also be obtained by invoking method GetItem (from AnyObject) with
the character string “IKManager” as an argument.
Return type:

SWKIKManager

property line_of_sight_node: SWKLineOfSightNode

Note

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

Returns the Line of sight node of the current manikin. The Line of sight
node can also be obtained by invoking method GetItem (from AnyObject) with the
character string “LineOfSightNode” as an argument.
Return type:

SWKLineOfSightNode

property move: Move

Note

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

Returns the manikin’s move object. The move object is aggregated by the
manikin object and itself aggregates a movable object to which you can apply a
move transformation by means of an isometry matrix. It moves the manikin’s
representation according to this isometry.

Example:

This example retrieves the move object for the manikin myManikin.

Dim myManikinMoveObject As Move
Set myManikinMoveObject = myManikin.Move
Return type:

Move

property profiles_node: SWKNode

Note

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

Returns the Profiles node of the current manikin. The Profiles node can
also be obtained by invoking method GetItem (from AnyObject) with the character
string “ProfilesNode” as an argument.
Return type:

SWKNode

property settings_node: SWKNode

Note

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

Returns the settings node of the current manikin. The Settings node can
also be obtained by invoking method GetItem (from AnyObject) with the character
string “SettingsNode” as an argument.
Return type:

SWKNode

property vision: SWKVision

Note

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

Returns the vision of the current manikin. The vision can also be obtained
by invoking method GetItem (from AnyObject) with the character string “Vision”
as an argument.
Return type:

SWKVision