All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATPlantShipInterfaces Interface CATIPspLightBend

System.IUnknown
  |
  +---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 HRESULT GetBendData(CATListOfDouble*& oListOfBendRadius) = 0
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 HRESULT SetBendData( const CATListOfDouble* iListOfBendRadius) = 0
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

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