V I S U A L I Z Z A D I S C U S S I O N E |
arri |
Inserito il - 01 dicembre 2014 : 08:14:57 OutlineObjectsV1-0.lsp
Program Description
This program enables the user to generate one or more closed polylines or regions representing a silhouette or outline of all objects in a selection.
Similar in functionality to the SHRINKWRAP command offered by some Vertical applications such as Civil 3D, this program offers an alternative option for those users without access to such applications.
Following a valid selection, the program first calculates the overall rectangular extents of all selected objects and constructs a temporary rectangular polyline offset outside of the calculated extents.
Using a point located within the offset margin between the extents of the selection and the temporary rectangular frame, the program then leverages the standard AutoCAD BOUNDARY command to construct a set of polylines and/or regions surrounding all 'islands' within the temporary bounding frame.
Since the construction of the outline is performed by the AutoCAD BOUNDARY command, the program is compatible with all objects which may be processed by this command - this includes all drawing objects with finite geometric extents, and both standard & dynamic blocks. |
|
|