🔽 Mixed_Import CAD Dimensions
Mixed_Import CAD Dimensions. This script imports dimension lines from a CSV file into the Cyclone 3DR environment. It supports multiple dimension types and automatically organizes imported lines into a named group. The CSV file could be generated with the ExportDimentions.lsp LISP for AutoCAD
Requirements:Â
Prepare a CSV file with the following format:
Size;Type;X1;Y1;Z1;X2;Y2;Z2
Supported types: Text, Linear, Aligned, Ordinate, Horizontal, Vertical.
Steps:
CAD software:
Add the LISP to AutoCAD. Type the APPLOAD command for that in the command line.
APPLOAD → Browse → Select your .lsp file → Load → Close
Select linear measurements that you would like to export. And use the EXPORTDIMS2CSV command
Choose a CSV file containing dimension data.
Choose a save location for the CSV file
Cyclone 3DR:
Run the Script
File Selection Dialog
Choose a CSV file containing dimension data.
Enter a group name for organizing imported lines.
CSV Parsing & Line Creation
Each line in the CSV is parsed and validated.
Lines are created based on type:
Text/Linear/Aligned: Regular lines between two points.
Ordinate: Axis-aligned lines (X or Y).
Unknown types default to regular lines with a warning.
Completion Summary
Displays the number of lines created and errors encountered.
Shows breakdown by dimension type.
Provides tips for locating imported lines (Zoom Extents, layer visibility, object tree).
Notes:
Lisp is located in the CAD_Dimensions folder.Â
ExportDimentions.lsp