Message 1 of 1
How to add wire label to wire in autocad Electrical using Autolisp

Not applicable
12-20-2018
08:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
In my current task we place component and draw wire as per circuit logic.
to complete schematic drawing we need to insert wire labels as well through programming.
As I gone through AutoCAD Electrical API but not found any API to insert wire-labels.
In AutoCAD Electrical there is command "AEWIRECOLORLABEL" (Wire colour / Gauge Labels ). When It run after selecting "Auto Placement" Option and Wires, Labels automatically place over the wire.
Can we call this function via Programming by passing some variables to that command?
please suggest solution or any other way to achieve this task.
Thanks in Advance