Author Topic: lisp like china tool lisp  (Read 2762 times)

0 Members and 1 Guest are viewing this topic.

dussla

  • Bull Frog
  • Posts: 297
lisp like china tool lisp
« on: March 19, 2008, 01:40:09 AM »

i found good lisp site
http://lzycad.ys168.com/

that is toolset about 2d
but that is china language

i attached image about some routine
i would like to get a hint about this routine ~
« Last Edit: March 19, 2008, 01:44:48 AM by dussla »

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: lisp like china tool lisp
« Reply #1 on: March 19, 2008, 09:40:29 AM »
I tried http://babelfish.altavista.com/ to translate but did not get it to work.


The routine looks like it's a group hatch routine. I can't tell any more than that.
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.

CaddmannQ

  • Guest
Re: lisp like china tool lisp
« Reply #2 on: March 19, 2008, 09:43:54 AM »
It looks like you're doing a "solid" hatch. First: Selecting with a window from the left to right it hatches only the enclosed items. second: Selecting with the crossing window (from right to left) it hatches all crossed items.

If you do the second window, of course the first was superfluous, unless you don't have "create seperate hatches" enabled and wanted to double hatch the columns for some obscure reason.

daron

  • Guest
Re: lisp like china tool lisp
« Reply #3 on: March 19, 2008, 11:36:41 AM »
It could be selecting objects on a specific layer, then you wouldn't have that problem of separate hatches.

CaddmannQ

  • Guest
Re: lisp like china tool lisp
« Reply #4 on: March 21, 2008, 10:06:48 AM »
Yeah, could be a lot of things. One thing's for sure: I couldn't read the menus. :roll:

KewlToyZ

  • Guest
Re: lisp like china tool lisp
« Reply #5 on: March 25, 2008, 11:21:22 AM »
reading the command line
the user is starting with the command tw then repeating the command for each selection set by entering cw?
I beleive they are two separate routines depending on the entity/object type.

daron

  • Guest
Re: lisp like china tool lisp
« Reply #6 on: March 25, 2008, 12:52:10 PM »
I saw that, but decided not to respond because they are most likely different functions within the same program. I was thinking dussla was aware of that, but who knows.

KewlToyZ

  • Guest
Re: lisp like china tool lisp
« Reply #7 on: March 25, 2008, 02:07:48 PM »
Yes the "tw" seems to be using standard object selection sets (maybe short for True Window?) window selection and "cw" uses the right to left (Crossing Window).
Both appear to use different layer/color selections to apply.
Could very well be entity type selections bylayer, closed polylines, with solid/fill detection even.

kozmos

  • Newt
  • Posts: 114
Re: lisp like china tool lisp
« Reply #8 on: March 25, 2008, 09:30:40 PM »
Prompt Translation:
Command: TC
"Column Hatch V2.0"
"[H/Hide Hatch | S/Show Hatch | F/Column Hatch | B/Set Hatch draworder back | E/Erase Hatch] <F>"

Command: CW
"Wall Hatch V2.0"
"[H/Hide Hatch | S/Show Hatch | F/Column Hatch | B/Set Hatch draworder back | E/Erase Hatch] <F>"

That is my mother language. haha

BTW: The function is also very simple, all Columns and Walls r closed polylines, so the routine will use solid to fill the selected Columns or Walls and change the hatches to a certain predefined layer.

« Last Edit: March 25, 2008, 09:34:35 PM by kozmos »
KozMos Inc.

KewlToyZ

  • Guest
Re: lisp like china tool lisp
« Reply #9 on: March 26, 2008, 11:27:34 AM »
I was always curious, does the language read vertically?
If so, how does the horizontal command line work for them? :lmao:
Actually it would seem a vertical command line would be more intuitive off to the side if it read more easily.
I wonder if it has been used that way. Just one of those silly things I ponder....:ugly: