pycatia.cat_plant_ship_interfaces.psp_stretchable_data

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.cat_plant_ship_interfaces.psp_stretchable_data.PSPStretchableData(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
PspStretchableData

Represents the PspStretchableData object.
Role: To access the technological data on stretchable objects.
list_bend_data() PSPListOfDoubles

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func ListBendData() As PspListOfDoubles

Returns the bend radii.

Returns:
List of bend radius.

Example:

Dim objThisIntf As PspStretchableData
Dim objArg1 As PspListOfDoubles
Set objArg1 = objThisIntf.ListBendData
Return type:

PSPListOfDoubles

list_definition_points(i_rel_axis: Product) PSPListOfDoubles

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func ListDefinitionPoints(Product iRelAxis) As
PspListOfDoubles

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)
Parameters:

i_rel_axis (Product) –

Return type:

PSPListOfDoubles