Doubt about AEV_AutoEleVate lsp

Doubt about AEV_AutoEleVate lsp

Pallavi_GMD
Explorer Explorer
1,313 Views
6 Replies
Message 1 of 7

Doubt about AEV_AutoEleVate lsp

Pallavi_GMD
Explorer
Explorer

I have tried to use this lsp for topographic survey but it didn't work. Contours still at 0 elevation and contours has not taken elevation from text.

0 Likes
Accepted solutions (2)
1,314 Views
6 Replies
Replies (6)
Message 2 of 7

rkmcswain
Mentor
Mentor

@Pallavi_GMD  - you have posted this in the "Forum User Guides" forum.  This should probably be posted in the Visual LISP, AutoLISP and General Customization forum instead.

 

Have you contacted the author of this lisp file? (Is this it?)

If not, start there. If you have permission from the author to post the code, you can try that and perhaps someone can look over it and spot the issue. Post your drawing also.

R.K. McSwain     | CADpanacea | on twitter
0 Likes
Message 3 of 7

Moshe-A
Mentor
Mentor
Accepted solution

@Pallavi_GMD  hi,

 

i test the lisp and it works as expected. make sure you specify the right values at the prompts

 

Moshe

 

 

Command: AUTOELEVATE
Enter starting radius:0.3
Enter radius increment:0.3
Enter maximum radius:1.2
Process Complete...3 Flat Segments Elevated.

 

0 Likes
Message 4 of 7

pbejse
Mentor
Mentor

@Pallavi_GMD wrote:

I have tried to use this lsp for topographic survey but it didn't work. Contours still at 0 elevation and contours has not taken elevation from text.


 

The program AEV_AutoEleVateUI.lsp does work, BUT it works on certain conditions. 

The program identifies the center of the TEXT/MTEXT object, creates a point list from that point at a specified size

and use the point list to find the contour.

 

If the value of the radius is too small even at the max radius it will not find the contour.

 

Make sure the radius value is large enough to encompass the TEXT/MTEXT object or even large enough to hit a contour anywher near the TEXT/MTEXT.

 

 

 

0 Likes
Message 5 of 7

Pallavi_GMD
Explorer
Explorer

I used these valuse now and it works. Thank You

 

0 Likes
Message 6 of 7

Moshe-A
Mentor
Mentor
Accepted solution

great @Pallavi_GMD 

 

please mark this as your solution.

 

thank you

Moshe

 

0 Likes
Message 7 of 7

Pallavi_GMD
Explorer
Explorer

Yes sure.

0 Likes