Role: To access the technological data on stretchable objects.
Methods
- Func ListBendData() As
-
Returns the bend radii.
- Returns:
- List of bend radius. dd>
- Example:
-
Dim objThisIntf As PspStretchableData Dim objArg1 As PspListOfDoubles ... Set objArg1 = objThisIntf.ListBendData
- Func ListDefinitionPoints( iRelAxis) As
-
Returns the points defining the object.
- Parameters:
-
- iRelAxis
- The relative axis object (Nothing means relative to parent). dd>
- Returns:
- List of points defining object. A list of X-Y-Z coordinates of the points. 3 doubles per point. dd>
- Example:
-
Dim objThisIntf As PspStretchableData Dim objArg1 As Product Dim objArg2 As PspListOfDoubles ... Set objArg2 = objThisIntf.ListDefinitionPoints (objArg1)