PspLightBend (Object)

Represents the Light bendable object.
Role: It is used access light bendable data.

Methods


Func GetBendData() As
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 
 
Sub SetBendData( 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