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...