writing script for pointcloudfitplanar
I am trying to write a script for pointcloudfitplanar. Normally you would type "_pointcloudfitplanar" and then click on the first point. This creates a plane, then you hold down the shift key and click on the next point. The second plane is created according to the first. I want to write a script to do this simple task. But because I do not know how to simulate the Shift key being pressed in my script, it does not work. I tried using "_Rapid" but it does not work.
My_script.scr % only creates the first wall.
_pointcloudfitplanar
x1,y1,z1 ; wall1
_Rapid
x2,y2,z2 ; wall2
x3,x3,z3 ; wall 3
x4,x4,z4 ; wall 4
0
Comments
-
Thank you for finding! This has been reported to developers, hopefully it will be corrected in a future.
0