Jump to content

Won't let me do a radius and radius intersection


---
 Share

Recommended Posts

I'm trying to find the intersection of two radius doing offline programming but Calypso said no result

spacer.png

 

Edited
Link to comment
Share on other sites

Hi.  I've seen this type of situation occur.  Usually, it means that the actual result calculated that there was in fact no intersection between the two calculated circles.

Instead, I usually evaluate via curves or by intersecting a line from the center of one of the two circles to the other at the nominal intersection.

There are a few ways to handle it.

Link to comment
Share on other sites

Jeff, the problem is Calypso cannot make a nominal intersection and I don't have curve. How would you tackle it?

Link to comment
Share on other sites

You can't intersect the circles because technically they don't intersect, at least nominally. They are tangent to each other, which the Calypso intersection constructions doesn't count.

 

Best option, especially without curve, would be to measure the circles at the same height, use recall in a 3D line to make a line connecting their centers and then intersect that line with either circle. You WILL get slightly different values depending on which circle you select, but the difference does give you an idea of how good the part is there.

  • Like! 3
Link to comment
Share on other sites

Could you also measure those radii as partial cylinders instead of circles? You should be able to get an intersection between those.

You may also need to add some constraints depending on the size of those radii for accuracy and repeatability.

Edited
Link to comment
Share on other sites

 Share

×
×
  • Create New...