hexagon logo

How to use the PCDMIS2016 HighlightFeature?

How to use the PCDMIS2016 - PartProgram HighlightFeature?


PCDLRN.Application pcdapp =new PCDLRN.Application();
            PCDLRN.PartProgram pcdpart = pcdapp.ActivePartProgram;;
            pcdpart.HighlightFeature("PNT1" ,true ,true );
            pcdpart.RefreshPart();

PCDMIS2016 PNT1 inside is not responding.
Parents
  • Doesn't seem to do anything visible when I try it in VBA for Excel.There're two other functions, CADmodel.HighLightElement and CADmodel.UnHighlightElement, which also doesn't do anything obvious when trying them. No crash, no action. When you say "not responding", do you mean "nothing happens" or "PC-DMIS freezes"?
Reply
  • Doesn't seem to do anything visible when I try it in VBA for Excel.There're two other functions, CADmodel.HighLightElement and CADmodel.UnHighlightElement, which also doesn't do anything obvious when trying them. No crash, no action. When you say "not responding", do you mean "nothing happens" or "PC-DMIS freezes"?
Children