Hopefully didn't miss this in the manual, but have a few questions. I see it is defined in custom.dat
$WORKSPACE[1]={X 0.0,Y 0.0,Z 0.0,A 0.0,B 0.0,C 0.0,X1 0.0,Y1 0.0,Z1 0.0,X2 0.0,Y2 0.0,Z2 0.0,MODE #OFF}
I know how to edit it via online forms, and change the mode. Can I define this in an src or dat file? Or do I have to define it here in custom.dat?
I assume I can turn it on in a program(also in the submit I assume?), I see it is a struct BOX. Would that just be $WORKSPACE[1].MODE = #INSIDE (something other than OFF)? Or is the thinking that you have to define all the modes, dimensions and then they are either all active or not via $WBOXDIABLE = bool?