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…
  • using features from another program for dimensioning

    I need help with checking the true position of a circle using a datum from another program for mating holes. I have only used single variables on features and dimensions within the same program. I am new to programing with expressions and I am struggling…
  • Saving the Snapshots of CAD View as files

    Hello, Does anyone have implemented to save the report CAD View images produced by the Snapshot commands as each image file such as bipmap (.BMP)? It would be great if you can share something similar code or advise me. Thank you in advance. …
  • "Command" is selected

    Hello friends, I would like to find out with a basic script whether a "Command" is selected in the "Edit Window" or not. I don't mean "marked (F3)". is this possible with a basic script? Thank you for your tips.
  • Problem accessing CadModel.CADProjectPoint from Basic Script

    Trying to access the my Cad model in the Graphics Display Window using a PC-DMIS basic script. Getting a "Missing parameter(s)" error message. Here's what I have with the error being generated on the last line seen below; '================== Sub…
  • I want use geometric Data to Excel Report ( GD&T )

    Hi! I am Korean PC-DMIS User. I Use excel report basic script. But my script can report only regacy dimension data. If I report GD&T geometric data, my script can't report to excel. How can I use regacy + GD&T data to report excel file…