hexagon logo

Browse By Tags

  • Example code for graphic view manipulation

    Hello, Can anybody provide any example code for graphic view manipulation? For example, Switch the view direction to Top, Right and Isometric Toggle grid view Toggle graphic items such as probe Thank you in advance. Best Regards, …
  • Trying to change the expression of an IF_GOTO...

    IF_GOTO/TYPE==1,GOTO = CS1 GOTO/PROBLEM We are using a trace field which is put into a variable "TYPE" to ensure that we are using the correct program at the correct machine. (We have a hodge-podge of different machine/probe types. TIGO, LSPS, SP25…
  • VB.Net Automation of MovePoint Values

    I can insert MovePoints using VB.Net with the Command Object as shown. Dim PCDcommands As PCDLRN.Commands Dim NewCMD As PCDLRN.Command NewCMD = PCDcommands.Add(PCDLRN.OBTYPE.MOVE_POINT, True) However, I cannot change the X,Y,Z values. It's…
  • PC-DMIS event handler in Python

    Hello, Has anyone implemented PC-DMIS event handler in Python ? I tried both win32com.client.getevents and win32com.client.DispatchWithEvents, but I got the TypeError. win32com.client.getevents TypeError: Objects of type 'CDispatch' can…
  • PCDMIS Automation with Visual CSharp 2010 Express

    Introduction to PCDMIS Automation It will take a number of postings in this thread to present all the topics needed to understand and implement my particular method of PCDMIS automation. If you're interested in this thread or want to comment on some…