Print Page | Close Window

ADDLEN.VLX , need LSP version

Printed From: CAD Forum
Category: EN
Forum Name: ARKANCE (CAD Studio) applications
Forum Description: Questions and discussion about applications by ARKANCE and Be.Smart - RevitTools (T4R), X-Tools (T4I), Civil Tools, DWGtext, GeoRefImg, XLSparam, FLAY, Furniture, LT Extension,...
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=12083
Printed Date: 21.May.2026 at 08:57


Topic: ADDLEN.VLX , need LSP version
Posted By: burzek
Subject: ADDLEN.VLX , need LSP version
Date Posted: 26.Oct.2016 at 12:29
Hi,

I was using "AddLen - add total length of lines and curves by layers (VLX for AutoCAD)" in Zwcad application.

However 2017 version does not support VLX anymore. Cry

I suppose this site is the author of the VLX file.

Is it possible to upload ADDLEN as LSP file, so I can appload it into Zwcad.

Please help,
Best Regards...



Replies:
Posted By: rebellio
Date Posted: 26.Oct.2016 at 12:43
Hi,
 
Should work
uploads/39979/ADDLENGTH.LSP" rel="nofollow -
 
uploads/39979/ADDLENGTH.LSP
 
regards


Posted By: burzek
Date Posted: 26.Oct.2016 at 12:48
Hi,

Thank you for the reply.

I had tried it. It works however, it just displays the total length.

addlen.vlx , puts the total length by items in a nice format in a sdf file.

Such as

20+30+40=90 TOTAL Length

So I can copy it and put it to a document easily.
Is there anyway modify the lsp file to do the same?

Thanks and Regards.



Posted By: John Connor
Date Posted: 26.Oct.2016 at 13:21
That comes under the heading, "Don't give me what I asked for, give me what I need."  LOL


-------------
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."

<<AutoCAD 2015>>



Posted By: rebellio
Date Posted: 26.Oct.2016 at 14:49
LOL LOL


Posted By: rebellio
Date Posted: 26.Oct.2016 at 15:39
Hi
 
Found a crazy freeware tool. dont now if vba is an option in Zwcad 2017.
 
It is worth to check this one out.
 
http://www.glamsen.se/CadTools.htm" rel="nofollow - http://www.glamsen.se/CadTools.htm
 
Maybe this is more than you need lol
 
Regards
 
 


Posted By: John Connor
Date Posted: 26.Oct.2016 at 16:16
The OP is using ZWCAD not AutoCAD.


-------------
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."

<<AutoCAD 2015>>



Posted By: Kent Cooper
Date Posted: 26.Oct.2016 at 16:28
http://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-this-lsp-text-back-to-ascii/m-p/4686917#M317631" rel="nofollow - Here is something that at least uses the same name in a .LSP filetype [whether it's the same functionality, I couldn't say].  Or maybe you can use or modify one of the several similar routines on the http://cadtips.cadalyst.com/node/tiplisting?keywords=total%20length" rel="nofollow - Cadalyst CAD Tips site.


Posted By: Vladimir Michl
Date Posted: 31.Oct.2016 at 14:18
Unfortunately AddLen is supported in AutoCAD only.


-------------
Vladimir Michl (moderator)
ARKANCE - https://arkance.world" rel="nofollow - https://arkance.world - Autodesk Platinum Partner


Posted By: Kent Cooper
Date Posted: 31.Oct.2016 at 17:41
Originally posted by burzek burzek wrote:

Hi,
....
addlen.vlx , puts the total length by items in a nice format in a sdf file.

Such as

20+30+40=90 TOTAL Length

So I can copy it and put it to a document easily.
....
 
An AutoLisp routine could certainly be written to provide that kind of output from a selection of objects with length.  Does it need to be an .SDF file specifically, or would a simple text string be sufficient, if you just want to copy it into some other document?  [Since I don't have a program that can open .SDF files, I can't test whether writing out to one in the usual AutoLisp way would make a viable file.]  Probably any of the ones mentioned/linked-to in my previous Reply could be adjusted easily enough to produce such a string, in place of whatever their original output mechanism is.



Print Page | Close Window