Using plot stamp in -plot command
is it possible ? The plot stamp option does not seem to appear ?
ty
0
Comments
-
is it available as a variable maybe ?
anyone ?
0 -
The header and footer of the plot stamp are stored in the registry.You can use the appropriate lisp functions to change these values. But, as far as I know, the new values will only be used for NEW BC instances started BEFORE ending the current instance and you then have to exit the new BC instance last to keep the settings. I would try using fields instead.
(vl-registry-read "HKEY_CURRENT_USER\\Software\\Bricsys\\Bricscad\\V11\\en_US\\Profiles\\Default\\Config\\Plot" "Header")
(vl-registry-write "HKEY_CURRENT_USER\\Software\\Bricsys\\Bricscad\\V11\\en_US\\Profiles\\Default\\Config\\Plot" "Header" "Abc")0
This discussion has been closed.