pycatia.manufacturing_interfaces.manufacturing_activity_syntax

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.manufacturing_interfaces.manufacturing_activity_syntax.ManufacturingActivitySyntax(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
ManufacturingActivitySyntax

This interface offers services to manage PP words of activity.
reset_pp_word_syntax() None

Note

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

Resets the PP words syntax.

Returns:
S_OK when the method succeeds, and E_FAIL otherwise
Return type:

None

set_pp_word_syntax(i_ppwords: str) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetPPWORDSyntax(CATBSTR iPPWORDs)

Sets the PP words syntax.

Returns:
S_OK when the method succeeds, and E_FAIL otherwise
Parameters:

iPPWORDs
The user PP words syntax to set
Parameters:

i_ppwords (str) –

Return type:

None