Tip 2232: Object Thickness Clean-Up Object Thickness Clean-Up from Gary Fisher is a VBA macro that zeros out the thickness setting of standard AutoCAD entities. Gary receives drawings that contain 2D objects with thickness, and he created this simple gem to remove the clutter. With this utility, he demonstrates how to manipulate AutoCAD entity objects using VBA programming tool. To use the tip, load the DVB inside AutoCAD and run the macro Vportcheck. A dialog box with one button will appear. Press the button, and the 2D objects lose their thickness values, if they have any. This is a nice little macro set for those who are just learning VBA and want more examples of how to manipulate drawing objects. |