-
1
- #1
suri90
Computer
- Nov 19, 2020
- 4
Hey,
I am trying to read the full CATIA hierarchy but not able to read some part of c++ API which is shown in the fig
I am using the CATIA selection function to read
code snip:
App = (INFITF::Application^)Marshal::GetActiveObject("CATIA.Application");
Documentread = (ProductStructureTypeLib:
roductDocument^)App->ActiveDocument; //(using productDocument not able to find alternative for part ???
I am trying to read the full CATIA hierarchy but not able to read some part of c++ API which is shown in the fig

I am using the CATIA selection function to read
code snip:
App = (INFITF::Application^)Marshal::GetActiveObject("CATIA.Application");
Documentread = (ProductStructureTypeLib: