I found out about catalog linkage, but I don't know how to insert the drawing symbols inside.
Open catalog code
Dim catalog1 As CatalogDocument
Set catalog1 = document1.Open("Detail_catalog.catalog")
I think I just need to load the symbol in the catalog. Please help me.
I'm going to insert a catalog symbol into DWG using a macro.
I'm going to put the symbol in the upper right corner of the drawing format with the DWG Revision box. I'm going to put the location in coordinates. ,
Example> set componentCatalog=CATIA.CatalogDocuments.item(c₩aa.catalog)
Set...
Catia Drawing..
What is the VBA Code that activates the sheet to which the selected view belongs? I plan to use the selection function to select the view.