-
1
- #1
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:roductDocument^)App->ActiveDocument; //(using productDocument not able to find alternative for part ???