pycatia.dnb_human_sim_interfaces.pick_activity

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.pick_activity.PickActivity(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
PickActivity

The object that represents an PickActivity.
add_picked_mfg_assembly(p_picked_item: MfgAssembly) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AddPickedMfgAssembly(MfgAssembly pPickedItem)

Adds a Manufacturing Assembly to the List of Picked Items (see MfgAssembly
for list of possible values)
Parameters:

p_picked_item (MfgAssembly) –

Return type:

None

add_picked_product(p_picked_item: Product) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AddPickedProduct(Product pPickedItem)

Adds a product to the List of Picked Items
Parameters:

p_picked_item (Product) –

Return type:

None

get_picked_products(p_picked_prods: tuple) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub GetPickedProducts(CATSafeArrayVariant pPickedProds)

Returns or Sets Picked Products
Parameters:

p_picked_prods (tuple) –

Return type:

None

property pick_type: int

Note

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

Returns or Sets “Pick Type” (see HTSPickType for list of possible values)
SINGLE_HAND for Single-Handed Pick, BOTH_HANDS for Double-Handed Pick
Returns:

enum hts_pick_type

Return type:

int

property picking_hand: int

Note

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

Returns or Sets “Picking Hand” (see HTSHand for list of possible values )
Returns:

enum hts_hand

Return type:

int

remove_picked_mfg_assembly(p_picked_item: MfgAssembly) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub RemovePickedMfgAssembly(MfgAssembly pPickedItem)

Removes a Manufacturing Assembly from the list of Picked items (see
MfgAssembly for list of possible values)
Parameters:

p_picked_item (MfgAssembly) –

Return type:

None

remove_picked_product(p_picked_item: Product) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub RemovePickedProduct(Product pPickedItem)

Removes a product from the list of Picked items (see Product for list of
possible values)
Parameters:

p_picked_item (Product) –

Return type:

None

set_picked_products(p_picked_prods: tuple) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetPickedProducts(CATSafeArrayVariant pPickedProds)
Parameters:

p_picked_prods (tuple) –

Return type:

None

set_place_act(place_act: Activity) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetPlaceAct(Activity placeAct)

Sets or append a link to a Place activity (see Activity for list of
possible values)
Parameters:

place_act (Activity) –

Return type:

None