All Frameworks Class Hierarchy This Framework Indexes
CATPlantShipInterfaces Interface 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 ListBendData( | | 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 ListDefinitionPoints
| public virtual ListDefinitionPoints( | const | iRelAxis, |
| | oListPoints) |
-
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