
www.4dsystems.com.au
µ
V
G
A
-PICASO-
MD1
29
6.1.17
Set
p
en Size
(
p
)
Serial Syntax :
cmd, size
4DGL Syntax :
(refer to 4DGL programmers manual)
cmd :
70
hex
, p
ascii
size :
=
00
hex : All objects such as circles, rectangles, triangles, etc are solid
=
01
hex : All objects are wire frame (empty)
Description :
This command determines if certain graphics objects are drawn in solid
or wire frame fashion.
Example1:
70
hex
, 00
hex
All objects will be drawn solid
Example1:
70
hex
, 01
hex
All objects will be drawn wire frame.