hatchpattern syntax
hatchpattern syntax
hi,
does anyone know, what meens the two zero-numbers in the *cad.pat-file?
for example:
*ansi35, ....
45, 0, 0, 0.25
45->angle,
0->?,
0->?,
0.25 ->offset perpendicular
and the other line:
45, 0.176..., 0, 0, 0.25, 0.31, -0.0625, 0,
45->angle,
0.176...->distance horizontal?,
0->?,
0->?,
0.25->offset perpendicular,
0.31, -0.0625, 0->like linetypes: line, break, etc...
many thanks
heinz
last edited by
elmar.driesch@card-1.com; 21st january 2005 at 05:50 amfff">.
from autocad's help (customization guide. custom hatch patterns):
*pattern-name, description
it also has one or more line descriptors of the following form:
angle, x-origin,y-origin, delta-x,delta-y,dash-1,dash-2, ...
dash of positive length - visible
negative - invisible
zero - dot
sergey slezkin