All Frameworks Class Hierarchy This Framework Indexes
CATPlantShipInterfaces Interface CATIPspLightBend
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIPspLightBend
Interface to manage light bendables.
Role: To access light bendable data.
Method Index
- o
GetBendData(CATListOfDouble*&)
- Retrieve the bend radii.
- o
SetBendData(CATListOfDouble*)
- Set the bend radii.
Methods
o GetBendData
| public virtual GetBendData( | | oListOfBendRadius) |
-
Retrieve the bend radii.
- Parameters:
-
- oListOfBendRadius
- List of bend radius.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o SetBendData
| public virtual SetBendData( | const | iListOfBendRadius) |
-
Set the bend radii.
- Parameters:
-
- iListOfBendRadius
- List of bend radius.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
This object is included in the file: CATIPspLightBend.h