Jump to content

Measure a plane with a spiral strategy / Eine Ebene mit einer Spirale erfassen


---
 Share

Recommended Posts

Ich bin ziemlich neu in der Calypso, und hätte eine Frage zur Ebenenmessung.

Ist es möglich eine Ebene mit einer Spirale, statt konzentrischer Ringe zu erfassen?

Auf Kugeln und Kegeln kann ich ja eine Helix anlegen.

Ein Behilf wäre wohl die Ebene als Kegel mit paar µm Höhe zu messen und dann mit Punkterückruf wieder auf eine Ebene zurückzuholen, aber das wäre ja unnötig kompliziert.

Link to comment
Share on other sites

You can do so by creating a polyline on the plane and using the Polyline - Connect Points with Arc option. This will also you to create an arc with the last 3 points that were clicked on the surface and if you take your time to set it up you can make a pretty smooth spiral. Mine isn't perfect 😄 but yours will hopefully be better. image.thumb.png.c48e47c2bfaf6e3fb6aa9f8a70f510c6.png

  • Like! 2
Link to comment
Share on other sites

Please sign in to view this username.

 and

Please sign in to view this username.

, thanks for both of your strategies!  Very useful.

Klaus, I experimented with your approach, and it works well:



SpiralPointGenerator.thumb.png.049b67b07cb401fa9a27b7f766941412.png

Link to comment
Share on other sites

Thank you Klaus-Dieter,

But how to generate the points  perpenticular to X or Y ?
If I change the nx,ny,nz the vectors are correctly translated but not direction of the generated helix. This is allways  perpenticular to Z axis.

used formular:
point(20*cos(index)+0.001*index*cos(index), 20*sin(index)+0.001*index*sin(index), 0, -1, 0, 0)


image.thumb.png.eb27f82d7cd4ba41df653dd5c604698d.png


 

Link to comment
Share on other sites

Hello Karsten

the example is made for X/Y plane, means normal direction of plane = Z

Y/Z plane: X is now the position of the plane and the rotation takes place around this axis.

                  X = constant and the path is shifted to Y and Z inside the formular

X/Z plane: Y is now the position of the plane and the rotation takes place around this axis.

                  Y = constant and the path is shifted to X and Z inside the formular. Take care of angle rotation of X/Z plane

Good Luck

Klaus

Link to comment
Share on other sites

 Share

×
×
  • Create New...