Login | Sign Up
 





 
AutoLISP Function Detail
Name: tablet

Syntax:
(tablet mode [row1 row2 row3 dir])

Description:
Sets or returns tablet configuration or settings. The row values must be specified if the mode is set to 1. The rows are called out by 3D points that specify the transformation matrix. The dir value is a 3D point in the World coordinate system (WCS).

Mode Meaning
0 Return the parameters for the tablet configuration
1 Sets tablet calibration


Example(s):
(tablet 0)
nil

(tablet 1 '(1 0 0) '(0 1 0) '(0 0 1) '(0 0 1))