Over 1.077.000 registered users (EN+CZ).
New 1D nesting and 3D nesting tools, updated Color converter.
New AutoCAD 2025 commands and variables.
Learn about twiGIS.
CAD tip # 6650:
Question
A
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 CADstudio BrkList utility. BrkList can be used as a generalized (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. Optionally, placing points or breaking the line can be suppressed.
The list of stations can be entered either as a comma delimited sorted list - e.g.:
100,150.2,324.86,551or read-in the list from a text file (each station on a single line) which can be exported e.g. as a CSV file from Excel (a result of a calculation).
Supported object types:
LINE ARC POLYLINE LWPOLYLINE 3DPOLYLINE
SPLINE ELLIPSE HELIX
You can download the free LISP utility from Download
ACADADTCivil
*CAD
30.4.2009
8533×