Extract number, coordinates, length…etc of every segment of Polyline to Excel and AutoCAD table

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024
  • How to Extract number, coordinates, length…etc. of every segment of Polyline to Excel and AutoCAD table by one click using Lisp
    ..................................
    This program provides the user with detailed information about every segment of a selected LWPolyline in the form of either an AutoCAD Table (if available), Text file, or CSV file.
    Upon calling the program with the command syntax polyinfo at the AutoCAD command-line, the user is prompted to select an LWPolyline to be queried from the active drawing. At this prompt the user also has the option to choose the form of output for the information harvested by the program; this output format will be remembered between drawing sessions to enable streamlined repeated program usage.
    The program will output LWPolyline segment data to either an AutoCAD Table Object created in the active drawing (if such object is available in the version of AutoCAD in which the program is being executed), or a tab-delimited Text file or CSV file automatically created (streamlining the program to minimise prompts) in the working directory of the active drawing.
    For every segment of the selected LWPolyline, the program will extract the following information:
    Segment Number
    Segment Start Vertex Coordinate
    Segment End Vertex Coordinate
    Segment Start Width
    Segment End Width
    Segment Length
    Arc Centre (if arc segment)
    Arc Radius (if arc segment)
    ..................................
    To download the lisp:
    drive.google.c...
    or: www.mediafire....
    or from the source: www.lee-mac.com...
    ..................................
    Sound copyright:
    Lightless Dawn by Kevin MacLeod is licensed under a Creative Commons Attribution
    license (creativecommon...)
    Source: incompetech.com....
    Artist: incompetech.com/
    ..................................
    Facebook page: / engineerdztutorial
    Twitter page: / engineerdztuto
    #AutoCAD_Tips_Trick. #Extract_Polyline_Coordinates.

Комментарии • 25