Author Topic: lisp to create linetype  (Read 2032 times)

0 Members and 1 Guest are viewing this topic.

EagerToLearnCad

  • Guest
lisp to create linetype
« on: May 20, 2009, 02:14:08 PM »
Hello again,

I know I've seen it somewhere. I am looking for a lisp
routine that can generate linetypes. I need to create
2 linetypes. I need to show only hatches, no continuous line.

I'll use this linetypes to draw over a line which I want
to show as being demolished. I plan to control the distance
between the hatch symbols by just changing the linetype scale
of line.

Linetype 1:
X  X  X  X  X

Linetype 2: (like autocad's zigzag but without the zag).
/  /   /  /

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: lisp to create linetype
« Reply #1 on: May 20, 2009, 02:46:36 PM »
Try mkltype  :-)
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

EagerToLearnCad

  • Guest
Re: lisp to create linetype
« Reply #2 on: May 20, 2009, 02:50:18 PM »
Cab,

Thanks, I think this is with "Express tools". I tried this and if I did it correctly
it ahows the "Continuous" line too.