All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATPlantShipInterfaces Interface CATIPspStretchableData

System.IUnknown
  |
  +---CATIPspStretchableData
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIPspStretchableData

Interface to manage the technological data on stretchable objects.
Role: To access the technological data on stretchable objects.


Method Index


o ListBendData(CATListOfDouble&)
Retrieve the bend radii.
o ListDefinitionPoints(CATIMovable*,CATListValCATMathPoint&)
Retrieve the points defining the object.

Methods


o ListBendData
public virtual HRESULT ListBendData(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 ListDefinitionPoints
public virtual HRESULT ListDefinitionPoints( const CATIMovable* iRelAxis,
CATListValCATMathPoint& oListPoints) = 0
Retrieve the points defining the object.
Parameters:
iRelAxis
The relative axis object (NULL means relative to parent).
oListPoints
List of points defining object.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATIPspStretchableData.h

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