Jump to content
Private Messaging is activated - check "How to" on how to disable it ×

Loop Distance 60x


---
 Share

Recommended Posts

Is there quick way with PCM commands to output 60 distance characteristics between 2 sets of 60 pts? These are 8.4mm nom. slot spaces 360 degrees around.

Thanks!

Distance.jpg

Link to comment
Share on other sites

It should be possible even without PCM.

Make a characteristic, group it, add a loop to the group, use the feature names with the loop suffix. 

Link to comment
Share on other sites

You do not need to loop the characteristic. When you add the looped features into the characteristic, and run it, it will generate the correct amount of characteristics. 

Link to comment
Share on other sites

Yeah sorry haven't done much in PCM since picking up Calypso from Quindos. I was able to add () right into the distance characteristic name which could be the same used in the features, like "i" and put it into a loop or do/enddo command. Roughly:

do 

step= 1 to 60

distance 8.4(i)

feature point1 (i) feature point2 (i)

enddo

Link to comment
Share on other sites

What kind of solution are you looking for? What I see in the screenshot is the simplest solution.
Make sure that all points are evaluated as space point.

Link to comment
Share on other sites

I agree with Dan, Richard and David. No PCM, or even looping, I think is necessary for this application.

 

If I really wanted to do it with PCM, I would probably loop it and use formulas in feature 1 and feature 2 to be "Point1(LOOP1)" and "Point2(LOOP1)", but that's way over complicating things I think.

Link to comment
Share on other sites

  • 1 month later...
---

Thanks. Maybe this was a poor example. Let's say I compiled a plane out of (20) individually measured space points, then wanted to see the deviation from zero of those 20 pts back to the compiled plane. I'd have feature1 box in the distance characteritic the compiled plane, and feature2 the points that loop through all 20 points.

One distance characteristic line that computes 20 results when you execute it. This versus copy and pasting 20 different plane to point distance characteristics.

Link to comment
Share on other sites

 Share

×
×
  • Create New...