hexagon logo

Polar Points

I have a simple part to measure that requires taking many multiple points in Polar coordinates. There are over thirty sections and I check each section with 3 points and must find the highest of the three points in that section. I was wondering if there is an easy way to calculate which one of the three points are the highest and have that point sent to the report? My company has PC-DMIS Cad++ Version R1 (Service Pack 5) if that helps.
Parents Reply Children
  • Trust me, I feel your pain

    I use assignments daily. I recommend using them for simple things, like generating a filename, or for a number you use often (e.g. I have an ASSIGN/ZERO=0, which I use in place of the number 0 sometimes) in order to get an idea of how they work. They're just variables, they just happen to call them assignments here