CATPlantShipInterfaces PspLightBend (Object)
All Frameworks Object Hierarchy This Framework Previous Next Indexes
PspLightBend (Object)
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---PspLightBend
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
-
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
-
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 © 2003, Dassault Systèmes. All rights reserved.