pycatia.analysis_interfaces.analysis_import

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.analysis_interfaces.analysis_import.AnalysisImport(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
AnalysisImport

The interface to access a CATIAAnalysisExport
add_support(i_manager: AnalysisManager, i_product_support: Product, i_support: AnyObject) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AddSupport(AnalysisManager iManager,
Product iProductSupport,
AnyObject iSupport)

AddSupport for loads import if needed.
)

Parameters:

iManager
The Analysis manager.
)
iProductSupport
Product of the geometrical support.
)
iSupports
Geometrical support.
)
Parameters:
Return type:

None

import_disp(i_father_case: AnalysisCase, i_full_path: str, i_manager: AnalysisManager, i_axis: AnyObject) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub ImportDisp(AnalysisCase iFatherCase,
CATBSTR iFullPath,
AnalysisManager iManager,
AnyObject iAxis)

Import displacements from a CATAnalysisExport file.
)

Parameters:

iFatherCase
case where Displacements will be exported.
)
iFullPath
The full path of the file.
)
iManager
analysis manager where the disp is exported.
)
iAxis
The user axis system to be taken into account.
)
Parameters:
Return type:

None

import_force(i_father_case: AnalysisCase, i_full_path: str, i_manager: AnalysisManager, i_axis: AnyObject) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub ImportForce(AnalysisCase iFatherCase,
CATBSTR iFullPath,
AnalysisManager iManager,
AnyObject iAxis)

Import loads from a CATAnalysisExport file.
)

Parameters:

iFatherCase
case where loads will be exported.
)
iFullPath
The full path of the file.
)
iManager
analysis manager where the disp is exported.
)
iAxis
The user axis system to be taken into account.
)
Parameters:
Return type:

None