pycatia.cat_plant_ship_interfaces.psp_light_bend

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.cat_plant_ship_interfaces.psp_light_bend.PSPLightBend(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
PspLightBend

Represents the Light bendable object.
Role: It is used access light bendable data.
get_bend_data() PSPListOfDoubles

Note

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

Returns the list of bend radii.

Returns:
List of bend radius (PspListOfDoubles).

Example:

Dim objThisIntf As PspLightBend
Dim objArg1 As PspListOfDoubles
Set objArg1 = objThisIntf.GetBendData
Return type:

PSPListOfDoubles

set_bend_data(i_list_of_bend_radius: tuple) None

Note

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

Sets a list of bend radii.

Parameters:

iListOfBendRadius
List of bend radius.

Example:

Dim objThisIntf As PspLightBend
Dim objArg1 As CATSafeArrayVariant
objThisIntf.SetBendData objArg1
Parameters:

i_list_of_bend_radius (tuple) –

Return type:

None