pycatia.dnb_fastener_interfaces.fastener_work_bench

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.fastener_work_bench.FastenerWorkBench(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
FastenerWorkBench

Interface DELMIAFastenerWorkBench It is a utility class to get fasteners and
groups from document.
curve_fasteners(o_curve_fastener_array: tuple) None

Note

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

o_curve_fastener_array (tuple) –

Return type:

None

fastener_groups(o_fastener_group_array: tuple) None

Note

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

o_fastener_group_array (tuple) –

Return type:

None

get_number_of_curve_fasteners() int

Note

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

int

get_number_of_fastener_groups() int

Note

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

int

get_number_of_point_fasteners() int

Note

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

int

point_fasteners(o_point_fastener_array: tuple) None

Note

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

o_point_fastener_array (tuple) –

Return type:

None