Author Topic: Coordinate Text  (Read 2213 times)

0 Members and 1 Guest are viewing this topic.

El Bachaco

  • Newt
  • Posts: 26
Coordinate Text
« on: September 02, 2015, 06:28:00 PM »
Hello Friends....
In some website I found this routine I am using to place coordinates 50 planes in paper space ...... the routine takes the coordinates of the model .... but I have a big problem. I climb the coordinates and arrow (Multileader) manually multiplying by 0.25 to take a quarter of its size and the routine did not draw the size of the text that I am using. The draw 4 times bigger.
If some of the friends I modify the routine to write the text coordinates N: XXXXXXX and E: XXXXXXXX with a height of "1" and not suffer so much climbing each of the coordinates when placed ....
Very grateful for what you can do for me and thanks for your time .....

















¿N

roy_043

  • Water Moccasin
  • Posts: 1895
  • BricsCAD 18
Re: Coordinate Text
« Reply #1 on: September 03, 2015, 04:14:23 AM »
In some website I found this routine
If you are not the author, why do you have this in the Lisp file?:
Code: [Select]
(setq msg1 "\nEsta Rutina es de Jose Rubio para")

jvillarreal

  • Bull Frog
  • Posts: 332
Re: Coordinate Text
« Reply #2 on: September 03, 2015, 02:13:54 PM »
Also ..removed these lines:

Quote
;pid originally created by alanjt
;updated for paperspace use by jvillarreal

jvillarreal

  • Bull Frog
  • Posts: 332
Re: Coordinate Text
« Reply #3 on: September 03, 2015, 02:17:43 PM »
Shame on you Jose Rubio..  :x
I actually don't mind.
I modified that routine a long time ago..

It uses the textsize variable for the text..and dimtxt variable for multileaders.
« Last Edit: September 03, 2015, 02:20:53 PM by jvillarreal »

jvillarreal

  • Bull Frog
  • Posts: 332
Re: Coordinate Text
« Reply #4 on: September 03, 2015, 02:26:25 PM »
Attached are the last two versions of the program I have.

El Bachaco

  • Newt
  • Posts: 26
Re: Coordinate Text
« Reply #5 on: September 04, 2015, 10:56:45 AM »
good morning .... greetings ... I have placed my name in the header of routine due to the obligation to put in my work responsibly ...... well that routine had written to top the query that had gotten into internet anyway ...... ask public apology for the writing ...... and thank you very much for the help you can give me .....

jvillarreal

  • Bull Frog
  • Posts: 332
Re: Coordinate Text
« Reply #6 on: September 04, 2015, 11:24:05 AM »
Hadn't used the routine in a few years and I just tested on Civil 3d 2016.
FYI - The ql-set function doesn't work anymore.

jvillarreal

  • Bull Frog
  • Posts: 332
Re: Coordinate Text
« Reply #7 on: September 04, 2015, 11:28:45 AM »
Thanks to an old tip i found from Lee Mac, changing AcadDim to AcadDim_crx did the trick.

El Bachaco

  • Newt
  • Posts: 26
Re: Coordinate Text
« Reply #8 on: September 04, 2015, 12:49:08 PM »
thanks friend jvillarreal......!