! regression/common/checkreply - start
MESH_ADD TestMesh 3 4
! regression/common/checkreply "MESH_ADD" "303 O.K. New mesh TestMesh created."
MESH_SETPOINT 0 0 0 0
! regression/common/checkreply "MESH_SETPOINT" "303 O.K. Point set."
! regression/common/checkreply - stop
MESH_SETPOINT 1 0 0 100
MESH_SETPOINT 2 0 100 0
MESH_SETLINE 0 0
MESH_SETLINE 1 1
MESH_SETLINE 2 2
! regression/common/checkreply - start
MESH_SETLINE 3 0
! regression/common/checkreply "MESH_SETLINE" "303 O.K. Line vertex set."
MESH_SET TestMesh
! regression/common/checkreply "MESH_SET" "303 O.K. New mesh TestMesh selected."
MESH_SET honk
! regression/common/checkreply "MESH_SET" "504 Error: Can't find mesh."
MESH_COLOR ffff 0 0
! regression/common/checkreply "MESH_COLOR" "301 O.K."
MESH_MOVE 100 0 0
! regression/common/checkreply "MESH_MOVE" "301 O.K."
MESH_TURN x 180
! regression/common/checkreply "MESH_TURN" "303 O.K. Turned."
MESH_SCALE 2 2 2
! regression/common/checkreply "MESH_SCALE" "301 O.K."
! regression/common/checkreply - stop
MESH_SAVE /tmp/regression.msa
! regression/common/checkfile "MESH_SAVE" "/tmp/regression.msa" "2caf477bc19ba638ae728072dd19c7a0" delete
MESH_SAVE_DXF /tmp/regression.dxf
! regression/common/checkfile "MESH_SAVE_DXF" "/tmp/regression.dxf" "aa5b96b9ce7263bd8b509e2577b49c78" delete
MESH_SAVE /tmp/regression.msa
MESH_DEL TestMesh
MESH_ADD TestMesh
MESH_LOAD /tmp/regression.msa
MESH_SAVE /tmp/regression.msa
! regression/common/checkfile "MESH_LOAD" "/tmp/regression.msa" "2caf477bc19ba638ae728072dd19c7a0" delete
MESH_SCALE 0.5 0.5 0.5
MESH_TURN x 180
MESH_MOVE -50 0 0
! regression/common/checkreply - start
MESH_VISFLAGS |0x01
! regression/common/checkreply "MESH_VISFLAGS" "301 O.K."
MESH_ALPHA 60
! regression/common/checkreply "MESH_ALPHA" "301 O.K."
MESH_ALPHA 120
! regression/common/checkreply "MESH_ALPHA err" "506 Parameter 1 (alpha [0..100]) invalid"
! regression/common/checkreply - stop
# Make it a bit smaller so that it fits into the cube
MESH_SCALE 0.9 0.9 0.9
! regression/common/checkreply - start
MESH_MARK 0-6 7
! regression/common/checkreply "MESH_MARK" "303 O.K. Remarked 270 voxels."
! regression/common/checkreply - stop
! regression/common/checkstats "MESH_MARK 7" 7 270 0 400 35.0 97.9
! regression/common/checkstats "MESH_MARK 1" 1 63990 100 100 100.0 0.0
! regression/common/checkreply - start
MESH_MOVE_INVIEW 10 10 10
! regression/common/checkreply "MESH_MOVE_INVIEW" "301 O.K."
MESH_TURN_INVIEW 0 0 10
! regression/common/checkreply "MESH_TURN_INVIEW" "303 O.K. Turned."
MESH_DEL TestMesh
! regression/common/checkreply "MESH_DEL" "303 O.K. Deleted mesh"
! regression/common/checkreply - stop
QUIT
