01-AddObjectsToBlockV1-2.lsp
11.5 KB
1-By open your drawing
2-Load Autolisp file into your AutoCAD
3-Type command "addtoblock"
4-Select the object(s) that you want to add into block (Enter)
5-Select the block that you want to add object(s) to (Enter)
2-Load Autolisp file into your AutoCAD
3-Type command "addtoblock"
4-Select the object(s) that you want to add into block (Enter)
5-Select the block that you want to add object(s) to (Enter)
02-TOTAL LENGTH (TTP).lsp
731 B
Total Perimeter / Length
*****************************
01 - Open the drawing
02 - Load Autolisp file into your AutoCAD/DraftSigh/ZWCAD/BricsCAD...
03 - Type command "TTP"
04 - Select the object(s)
05 - Pick location that you want to store data
*****************************
01 - Open the drawing
02 - Load Autolisp file into your AutoCAD/DraftSigh/ZWCAD/BricsCAD...
03 - Type command "TTP"
04 - Select the object(s)
05 - Pick location that you want to store data
03-POINT OUTLINE (PTOUTLINE).vlx
13.2 KB
Points Outline/ Boundary
1-Load the "03-POINT OUTLINE (PTOUTLINE).vlx" into your autocad
2-Type command 'PTOUTLINE' in the command line.
3-Select points then 'Enter'.
4-If you want 2D boundary type 2D or 3D type 3D
1-Load the "03-POINT OUTLINE (PTOUTLINE).vlx" into your autocad
2-Type command 'PTOUTLINE' in the command line.
3-Select points then 'Enter'.
4-If you want 2D boundary type 2D or 3D type 3D
04-EXCEL COORDINATES (CLICK2XLS).vlx
26.6 KB
Coordinate from AutoCAD to Excel
1-Load the "04-EXCEL COORDINATES (CLICK2XLS).vlx" into your autocad
2. Type 'CLICK2XLS' in the command line.
3. The Excel sheet will open automatically.
4. Click the area where you want to insert the
coordinates into the Excel sheet
1-Load the "04-EXCEL COORDINATES (CLICK2XLS).vlx" into your autocad
2. Type 'CLICK2XLS' in the command line.
3. The Excel sheet will open automatically.
4. Click the area where you want to insert the
coordinates into the Excel sheet
AutoCAD_2021_VS_Code_Update_for_AutoCAD_Expert’s_Visual_LISP.pdf
14.2 MB
AutoCAD 2021 VS Code Update for AutoCAD Expert’s Visual LISP
05-Auto Dimensions (ADIM).LSP
5.2 KB
5-Automatic Dimension (ADIM)
-----------------------------
1-Load the "05-Auto Dimensions (ADIM).LSP" into your autocad
2-Type Command "ADIM" in the command line "ENTER" "ENTER".
3-Select the desired objects.
4-Enter to generate dimensions for the selected objects.
-----------------------------
1-Load the "05-Auto Dimensions (ADIM).LSP" into your autocad
2-Type Command "ADIM" in the command line "ENTER" "ENTER".
3-Select the desired objects.
4-Enter to generate dimensions for the selected objects.
06-Quick New Layer (QNL).lsp
2.4 KB
6-Quick New Layer (QNL)
-----------------------------
1-Load the "06-Quick New Layer (QNL).lsp" into your autocad
2-Type Command "QNL" in the command line
3-Input the desired layer name, press "OK"
4-Select the layer color and press "OK"
-----------------------------
1-Load the "06-Quick New Layer (QNL).lsp" into your autocad
2-Type Command "QNL" in the command line
3-Input the desired layer name, press "OK"
4-Select the layer color and press "OK"
07-CHAIN SELECTION (CS).lsp
6.2 KB
07-Chain Selection (CS)
************************
The Chain Selection (CS) command is used to identify the object by selecting single line if the line in chain form (i.e. connected to
each other but not in pline)
Step Process:
1-Load the "07-CHAIN SELECTION (CS).lsp" into your AutoCAD
2-Type "CS" in the command line.
3-Select single line.
4-It will be highlighted as a complete chain selection (if line connected but not join).
************************
The Chain Selection (CS) command is used to identify the object by selecting single line if the line in chain form (i.e. connected to
each other but not in pline)
Step Process:
1-Load the "07-CHAIN SELECTION (CS).lsp" into your AutoCAD
2-Type "CS" in the command line.
3-Select single line.
4-It will be highlighted as a complete chain selection (if line connected but not join).
08-QUICK BLOCK (QB).LSP
724 B
08-Quick Block (QB)
************************
The Quick Block (QB) command used to create block just by selecting
the object and block name will be created automatically
Step Process:
1-Load the "08-QUICK BLOCK (QB).LSP" into your AutoCAD
2-Type 'QB' in the command line.
3-Select the object and press Enter
4-Click to specify insertion point (Block Base Point)
5-It automatically generate the object(s) to a block.
************************
The Quick Block (QB) command used to create block just by selecting
the object and block name will be created automatically
Step Process:
1-Load the "08-QUICK BLOCK (QB).LSP" into your AutoCAD
2-Type 'QB' in the command line.
3-Select the object and press Enter
4-Click to specify insertion point (Block Base Point)
5-It automatically generate the object(s) to a block.