All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

DMUDataFlow (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---DMUDataFlow
 


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

Method Index

CacheExport
Exports all documents related to the product in a directory.
CacheImport
Imports in the cache of marked documents in a directory.
Collapse
Collapse the product by replacing all sub-product by corresponding components.
ReplaceByCGR
Replaces all components of the product by the corresponding CGR located in a directory.
SaveAsFrozen
Saves all documents related to the product in a directory.

Methods


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

Copyright © 2003, Dassault Systèmes. All rights reserved.