Hello, I'm trying to capture model views as the model is running.
I put this code in a User Event:
viewtofile(node("VIEW:/active/ortho"),modeldir() + "CapturedView1.bmp");
pt("captured");
The word captured appears in the output console but no file is created anywhere. I searched the entire computer for a file named as I did and there is none.
What am I doing wrong?