Methods
- Sub CacheExport( iDirectory, iPrefix, iData)
-
Exports all documents related to the product in a directory.
- Parameters:
-
- iDirectory
- The directory that will contain documents. dd>
- iPrefix
- The prefix used to save product documents. dd>
- 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. dd>
- 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. dd>
- iPrefix
- The prefix used to save product documents. dd>
- Sub SaveAsFrozen( iDirectory, iPrefix, iData, iCache)
-
Saves all documents related to the product in a directory.
- Parameters:
-
- iDirectory
- The directory that will contain documents. dd>
- iPrefix
- The prefix used to save product documents. dd>
- iData
- To save geometries.
- 0: no save.
- 1: save.
- iCache
- To cache data.
- 0: no save.
- 1: save.