All Frameworks Object Hierarchy This Framework Indexes
o Sub CreateCatalogFromLibrary( | iLibraryPath, | |
iProjectPath, | ||
iCatalogPath, | ||
iTablePath, | ||
iConvFormat, | ||
iBatchMode) |
o Sub CreateCatalogFromcsv( | iInitData, | |
iNewCatalog) |
InputFile ="E:\users\Catalogs\BatchCatalog.csv" OutputFile ="E:\users\Catalogs\Catalog_Result.catalog" Dim Catalog As Document Set Catalog=CATIA.Documents.Add("CatalogDocument") Catalog.CreateCatalogFromcsv InputFile, OutputFile
o Sub CreateChapterFromDesignTable( | iChapterName, | |
iDocumentContainingDT) |
Chapter = "NewChapter" DTFile ="E:\users\Catalogs\DesignTable.xls" Dim Catalog As Document Set Catalog=CATIA.Documents.Add("CatalogDocument") Catalog.CreateChapterFromDesignTable Chapter, DTFile
Copyright © 2003, Dassault Systèmes. All rights reserved.