AutoCAD "BrkList" Lisp Break (with at multiple points specified Stationing).

Описание к видео AutoCAD "BrkList" Lisp Break (with at multiple points specified Stationing).

In this Video Tutorial of Auto-CAD, You have a list of stations (distances from start) and you want to "BREAK" a selected curve multiple times at the listed points.
You can use the #BrkList utility. BrkList can be used as a generalised (non-linear) MEASURE command. The "BrkList" command prompts for a list of stations (distances measured from start) and then performs multiple Breaks on a selected curve in the specified points (stations). It also places point entities at the break points.

The list of stations can be entered either as a comma delimited sorted list - e.g.
100,150.2,324.86,551
or read-in the list from a text file (each station on a single line) which can be exported e.g. as a #csvfilefromExcel (a result of a calculation).
Supported object types:
LINE, ARC, POLYLINE, LWPOLYLINE, 3DPOLYLINE, SPLINE, ELLIPSE & HELIX
Download Link.
https://www.cadforum.cz/en/qaID.asp?t...

00:00 intro
00:44 Draw poly, Arc, Spline, Elips and Helix
02:42 Load Vlx Lisp
03:00 Arc Break With Specify Distance
04:33 Break polyline
05:48 Break point on Spline
06:32 Line break with Specify Station
07:11 Helix break with Exact Length
08:26 Elips Break with Specify Parameter
10:26 break Station from Excel CSV and TXT File

Комментарии

Информация по комментариям в разработке