pycatia.navigator_interfaces.dmu_data_flow

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-06-11 12:40:47.360445

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.navigator_interfaces.dmu_data_flow.DMUDataFlow(com_object)

Note

CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
DMUDataFlow

Allows the DMU Data Flow Management within the DMU Navigator
environment.
cache_export(i_directory: str, i_prefix: str, i_data: int) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub CacheExport(CATBSTR iDirectory,
CATBSTR iPrefix,
long iData)

Exports all documents related to the product in a
directory.

Parameters:

iDirectory
The directory that will contain documents.
iPrefix
The prefix used to save product documents.
iData
To save geometries.

0: no save.
1: save.
Parameters:
  • i_directory (str) –

  • i_prefix (str) –

  • i_data (int) –

Return type:

None

cache_import(i_directory: str) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub CacheImport(CATBSTR iDirectory)

Imports in the cache of marked documents in a directory.

Parameters:

iDirectory
The directory that contains marked documents.
Parameters:

i_directory (str) –

Return type:

None

collapse() None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub Collapse()

Collapse the product by replacing all sub-product by corresponding
components.
Return type:

None

replace_by_cgr(i_directory: str, i_prefix: str) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub ReplaceByCGR(CATBSTR iDirectory,
CATBSTR iPrefix)

Replaces all components of the product by the corresponding CGR located in
a directory.

Parameters:

iDirectory
The directory that will contain documents.
iPrefix
The prefix used to save product documents.
Parameters:
  • i_directory (str) –

  • i_prefix (str) –

Return type:

None

save_as_frozen(i_directory: str, i_prefix: str, i_data: int, i_cache: int) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SaveAsFrozen(CATBSTR iDirectory,
CATBSTR iPrefix,
long iData,
long iCache)

Saves all documents related to the product in a directory.

Parameters:

iDirectory
The directory that will contain documents.
iPrefix
The prefix used to save product documents.
iData
To save geometries.

0: no save.
1: save.

iCache
To cache data.

0: no save.
1: save.
Parameters:
  • i_directory (str) –

  • i_prefix (str) –

  • i_data (int) –

  • i_cache (int) –

Return type:

None