Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. suri90

    looking for function read imported body inside body hierarchy

    Hey, I am trying to read the full CATIA hierarchy but not able to read some part which is shown in the fig
  2. suri90

    looking the function to read catia bodypart in c++

    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 =...
  3. suri90

    Issue in GetRealColor() in catia v5 api

    and when i am first setting color then query GetRealColor to getthe color its work fine (in this case too)
  4. suri90

    Issue in GetRealColor() in catia v5 api

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

Part and Inventory Search

Back
Top