Over 1.096.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips.
Try the new precise Engineering calculator and the updated Barcode generator.
New AutoCAD 2026 commands and variables.
CAD tip # 7145:
Question
A
The utility CADstudio P2BLK converts (replaces) selected entities of the type POINT, CIRCLE or SHAPE to blocks (INSERT) of the given name.
The choosen block must be defined in the current DWG drawing. You can specify scale of the inserted blocks. Blocks are inserted to the same layer as the original objects. Possible block attributes are left at default values - later you can number the blocks e.g. using the InsertC/BlockC utility.
The P2BLK command inserts blocks to the reference points (centers) of the original entities.
The DELOBJ controls whether the source objects are deleted or not.
You can download the P2BLK application from Download
You can preset the block insertion scale with the LISP variable _lastP2BLKscale:
(setq _lastP2BLKscale 2.0)You can preset the block name with the LISP variable _lastP2BLKname:
(setq _lastP2BLKname "MyBlock")
ACAD


6.1.2010
29245×
applies to: AutoCAD ·