DMUDataFlow (Object)

Allows the DMU Data Flow Management within the DMU Navigator environment.

Methods


Sub CacheExport( iDirectory, iPrefix, 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.
Sub CacheImport( iDirectory)
Imports in the cache of marked documents in a directory.
Parameters:
iDirectory
The directory that contains marked documents.
Sub Collapse()
Collapse the product by replacing all sub-product by corresponding components.
Sub ReplaceByCGR( iDirectory, 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.
Sub SaveAsFrozen( iDirectory, iPrefix, iData, 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.