Mirme.lee
Aerospace
- Jul 18, 2024
- 4
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 newComponentRef = componentCatalog.sheets.ActiveSheet.views.item(symbol)
However, it did not work normally, so I ask for help. .
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 newComponentRef = componentCatalog.sheets.ActiveSheet.views.item(symbol)
However, it did not work normally, so I ask for help. .