0

I need to have access to the list of all the Pointed Documents. (Similar to View-->Edit Links-->Pointed Documents tab)

There exists a solution for CATDrawing but, seems there is no way for parts and products.

Here is similar question: CATIA V5 VBA: get CATPart linked documents but the answer is for "CATIA SMARTEAM Integration", but I need it for CATIA V5R20 standalone.

Community
  • 1
  • 1
JetSonic
  • 103
  • 1
  • 7

2 Answers2

1

A similar question was asked here: They suggest to use CAIEngine and stiDbItems

Personally, I am using MyProduct.GetMasterShapeRepresentationPathName and it works just fine to get CATPart linked documents.

Community
  • 1
  • 1
Nic
  • 1,262
  • 2
  • 22
  • 42
0

My answer was for stand alone CATIA as CAI is integrated in CATIA even without installed Smarteam. Therefore try CAIEngine and stiDbItems.

Anho
  • 149
  • 1
  • 5