pycatia.analysis_interfaces.analysis_export

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_export.AnalysisExport(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
AnalysisExport

The interface to access a CATIAAnalysisExport
export(i_full_path: str, i_type: str, i_occurrences: tuple, i_manager: AnalysisManager) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub Export(CATBSTR iFullPath,
CATBSTR iType,
CATSafeArrayVariant iOccurrences,
AnalysisManager iManager)

Export computed loads/displacements as a CATAnalysisExport
file.

Parameters:

iFullPath
The full path of the file.
(Example:
“E:tmpExportedLoadsCATAnalysisExport”).
iType
The type of data to be exported: “ComputedLoads” or
“Displacements”.
iOccurrences
The list of occurrences to be exported.
iManager
The analysis model for which the data will be
exported.
(Only revelant for assembly of analysis.)
Parameters:
  • i_full_path (str) –

  • i_type (str) –

  • i_occurrences (tuple) –

  • i_manager (AnalysisManager) –

Return type:

None