Print Page | Close Window

Automatic names on sides in a triangle

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=3722
Printed Date: 19.Apr.2026 at 19:56


Topic: Automatic names on sides in a triangle
Posted By: Abekatten
Subject: Automatic names on sides in a triangle
Date Posted: 05.May.2010 at 09:36
Im drawíng triangles as polylines, and i need to assigne names to the different sides, is it possible to assigne names automaticly?



Replies:
Posted By: Vladimir Michl
Date Posted: 05.May.2010 at 14:01

Do you want named parameters or just text labels? It is not possible to do this with the standard AutoCAD functionality but you can use a simple LISP macro for this.



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


Posted By: Abekatten
Date Posted: 05.May.2010 at 14:20
Hi Vladimir
 
Thanks.
 
I just wants text labels, is that possible in autocad? Its just to differ the sides in triangles with same leg length.


Posted By: Vladimir Michl
Date Posted: 05.May.2010 at 16:12
We have added the labeling option to out TRIANGLE utility - see the Download page.
 
Just appload TRIANGLE.VLX, start the TRIANGLE command and use the Label option "VS" to label vertices and sides of the created triangles. The label text height is controlled by [VAR]TEXTSIZE[/VAR]. You can predefine labelling by:
(setq df:TriangleLabel "VS")


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



Print Page | Close Window