pycatia.dnb_human_sim_interfaces.human_call_task

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_sim_interfaces.human_call_task.HumanCallTask(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
DMAPSInterfaces.Activity
DNBHumanSimInterfaces.WorkerActivity
HumanCallTask

Interface representing xxx.

Role: Components that implement DNBIAHumanCallTaskActivity are

Do not use the DNBIAHumanCallTaskActivity interface for such and such
ClassReference, Class#MethodReference, #InternalMethod…
property called_task: HumanTask

Note

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

Gets the Called Task

Parameters:

oHumanTask

Returns:
Error code of function.
Return type:

HumanTask

set_called_task(i_target_task: HumanTask) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetCalledTask(HumanTask iTargetTask)

Set the called task

Parameters:

iTargetTask

Returns:
E_FAIL : If the Desired Task belongs to different Manikin or there is Cyclic
Parameters:

i_target_task (HumanTask) –

Return type:

None