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 =...
I am trying to Get Color in Catia using selection (VisProperties->GetRealColor(R,G,B)) but i am getting (255,255,255) always.
Code snip:
oApp = (INFITF::Application^)Marshal::GetActiveObject("CATIA.Application");
oDoc = (ProductStructureTypeLib::ProductDocument^)oApp->ActiveDocument;
oCATSel...