hexagon logo

Intersection Sph - Pla

Hi .

How can I build a circle between a sphere and a plane?

Thank you
Parents
  • , unfortunately, your method is not correct - with that you will get the mirrored circle. Note that F1 is created above the sphere center while the plane is actually below. The distance from the center is OK, but not the direction of the distance.

    V1 should really be DOT(PL1.XYZ - SPH1.XYZ, PL1.IJK), right?



Reply
  • , unfortunately, your method is not correct - with that you will get the mirrored circle. Note that F1 is created above the sphere center while the plane is actually below. The distance from the center is OK, but not the direction of the distance.

    V1 should really be DOT(PL1.XYZ - SPH1.XYZ, PL1.IJK), right?



Children