All Frameworks  Object Hierarchy  This Framework  Indexes   

PspStretchableData (Object)

Represents the PspStretchableData object.
Role: To access the technological data on stretchable objects.

Method Index

ListBendData
Returns the bend radii.
ListDefinitionPoints
Returns the points defining the object.

Methods


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

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