pycatia.dnb_fastener_interfaces.dnb_fastener_new_mfg_pos_services

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_fastener_interfaces.dnb_fastener_new_mfg_pos_services.DnbFastenerNewMfgPosServices(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
DNBFastenerNewMfgPosServices
get_flagged_fasteners(o_fastener_array: tuple) None

Note

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

Gets List of flagged DELMIAFasteners. *

Example:
Set myObject = CATIA.GetItem(“DNBFastenerNewMfgPosServices”)
myObject.GetFlaggedFasteners ArrayFastener
Parameters:

o_fastener_array (tuple) –

Return type:

None

get_number_of_flagged_fasteners() int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetNumberOfFlaggedFasteners() As long

Gets number of flagged DELMIAFasteners. *

Example:
Set myObject = CATIA.GetItem(“DNBFastenerNewMfgPosServices”)
NbFastener = myObject.GetNumberOfFlaggedFasteners
Return type:

int

set_flag(i_fastener: Fastener) None

Note

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

flags a specified DELMIAFastener to create a new manufacturing fastener in
its place. *

Example:
Set myObject = CATIA.GetItem(“DNBFastenerNewMfgPosServices”)
myObject.SetFlag MyFastener always returns S_OK even the function is not successful.
For example the fastener is already flagged.
Parameters:

i_fastener (Fastener) –

Return type:

None

set_flag_on_fasteners(i_fastener_array: tuple) None

Note

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

flags a list of DELMIAFasteners to create new manufacturing fasteners in
their place. *

Example:
Set myObject = CATIA.GetItem(“DNBFastenerNewMfgPosServices”)
myObject.SetFlagOnFasteners ArrayFastener always returns S_OK even the function is not successful.
For example the fasteners are already flagged.
Parameters:

i_fastener_array (tuple) –

Return type:

None

unset_flag(i_fastener: Fastener) None

Note

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

unflags a flagged DELMIAFastener to create a new manufacturing fastener in
its place. *

Example:
Set myObject = CATIA.GetItem(“DNBFastenerNewMfgPosServices”)
myObject.UnsetFlag MyFastener always returns S_OK even the function is not successful.
For example the fastener is not flagged.
Parameters:

i_fastener (Fastener) –

Return type:

None

unset_flag_on_fasteners(i_fastener_array: tuple) None

Note

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

unflags a list of DELMIAFasteners to create new manufacturing fasteners in
their place. *

Example:
Set myObject = CATIA.GetItem(“DNBFastenerNewMfgPosServices”)
myObject.UnsetFlagOnFasteners ArrayFastener always returns S_OK even the function is not
successful. For example the fasteners are not flagged.
Parameters:

i_fastener_array (tuple) –

Return type:

None