PDA

View Full Version : RREPLANTEO REACTOR



SpeedCAD
11th Jan 2004, 02:16 am
Hi...

I did a routine LISP that makes restate of coordinated and it works with reactors, if you move the points they will be modernized the texts of the table automatically.

Example:

Command: P-ID
Regenerating model.

Señale origen de coordenadas <0,0,0> <Enter para UCS actual>: [ENTER]

Indique dirección para eje X <Enter para UCS actual>: [ENTER]

Indique punto de insercion para la tabla: 15,250

Indique altura de texto <2.5>: 5

Desea hacer bloque de la tabla? Si/<No>: [ENTER]

Desea coordenadas con decimales? Si/<No>: S

Indique numero de decimales: 2

Indique prefijo: P
Regenerating model.

Indique punto para obtener coordenadas: SELECT POINT IN SCREEN

The file:

http://speedcad.webcindario.com/download.php?id=25

hyposmurf
11th Jan 2004, 10:38 am
And for those English folk out there:
Example:

Command: P-ID
Regenerating model.

Indicate origin of coordinates <0,0,0> <Enter para UCS actual>: [ENTER]

Indicate direction for x-axis Enter para UCS actual>: [ENTER]

Indicate point of insertion for the table: 15,250

Indicate height of text <2.5>: 5

It wishes to make block of the table? If/<No >: [ ENTER ]

It wishes coordinates with decimal? If/<No>: S

Indicate I number of decimal: 2

Indique prefijo: P

Regenerating model.

Indicate point to obtain coordinates: SELECT POINT IN SCREEN

A greeting of SpeedCAD...

SpeedCAD
11th Jan 2004, 03:55 pm
hyposmurf, Thank you :wink:

download it of http://speedcad.webcindario.com/download.php?id=25

hyposmurf
11th Jan 2004, 05:16 pm
Thats alright,most our members are English so once I'd translated it, thought I'd share it with everyone else. I could say I speak fluent Spanish but I used Google translator,really helpful little tool! :) .It's a real shame your forum isn't also in English.

Flores
12th Jan 2004, 03:27 pm
I like how it updates the points as you move them, but once the dwg is closed and re-opened, it doesn't update anymore. One of the great reasons for having a "vlx" application is that no one can "steal" your code, usually LISP is "shared" here. Is there any way to post it in a an uncompiled format?

Flores

SpeedCAD
12th Jan 2004, 04:20 pm
I like how it updates the points as you move them, but once the dwg is closed and re-opened, it doesn't update anymore. One of the great reasons for having a "vlx" application is that no one can "steal" your code, usually LISP is "shared" here. Is there any way to post it in a an uncompiled format?
Flores

Hi Flores...

For than the points are update once the dwg is closed and re-opened, it is necessary that the routine this loading previously. This it you can do by means of the function autoload or load from the file acad2000doc.lsp or acad.lsp.

The routine works with persistent reactors...