Indexes   

PspLightBend (Object)

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

Method Index

GetBendData
Returns the list of bend radii.
SetBendData
Sets a list of bend radii.

Methods


o 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 
 
o 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
 

Copyright © 2006, Dassault Systèmes. All rights reserved.