Sorry if it sounds naive but I wonder if it’s possible to emulate a right button click.
My goal is to adjust the Scale (or Zoom)…
I figured out a way to achieve what I wanted but “my trick” is not very efficient for a macro, so I would like to know if there is a better way…
If it isn’t possible… I also tried [IClick, 4639, x1,y1,x2,y2] … and [IClick, Transform:Scale Edit, x1,y1,y1,y2]
Edit: And I forgot to say that using TransformSet would be a bit complicated for this particular task… maybe I am wrong.
I made a Macro that lets you click on any point of the mesh and it rotates the camera normal to that point and center that point exactly in the center of the document. IT WORKS ! but It also fits the mesh to the document, meaning that the scale can change.
I want to keep the same scale or have a fixed scale that is always the same. using the transformset to adjust the zoom would move the point out of the center and that’s not what I want. As I said, I found a way to get a fixed scale but I don’t quite like the complexity of my solution.
Edit:OK… I made it work with transformSet so everything works for my purpose . But the question about the Iclick command remains.