CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] ARKANCE | CONTACT - CZ | SK | EN | DE

CAD tip CAD tip # 12034:

Question

CAD 
 %  platform  category 
A
With the freeware LISP utility SolSimilar you can automatically select all identical (or closely similar) 3D solids or 2D regions from your AutoCAD DWG drawing.

Download the SolSimilar.vlx file from DL Download, load it with the APPLOAD command and type the SOLSIMILAR command or use 'solsimilar on any AutoCAD "Select objects:" prompt. All matching solids will be selected (grip-selected).

Pick the sample (primary) 3D solid (3DSOLID object) and all its copies with the same geometry will be also selected. The tool checks the following properties: the type of the solid (box, sphere...), width, depth, height, volume, surface and principal moments. Position, rotation or layer is not relevant.

You can preset the _solsimilarfuzz LISP variable to change the fuzzy-factor for comparison of geometric properties. E.g.:

(setq _solsimilarfuzz 0.001)

and the boolean variable _solsimilarignorerot for ignoring any differences in rotation of objects (both 2D and 3D) - this will match even rotated solids:

(setq _solsimilarignorerot T)

for these two settings, you can also use the commands SolSimilarIgnoreRot (toggle) and SolSimilarFuzz.

SolSimilar

See also Sel3Dsol

ACAD
100% *CAD
17.10.2018    16099×  
applies to: AutoCAD ·

See also:
Tip 14705:What is the difference between Data Exchange Connector and import/export support for a given CAD/BIM format?
Tip 14405:How do I create a 3D helix or 2D spiral sketch in Fusion?
Tip 14380:Stereoscopic camera and anaglyphs in Autodesk 3ds Max.
Tip 14232:How to find out the fillet radius of a 3D solid?
Tip 14056:How to move blocks in the Z axis to the terrain model surface?


Back    All CAD Tips



Have we helped you? If you want to support the CAD Forum web service, consider buying one of our CAD applications, or our custom software development offerings, or donating via PayPal (see above). You may also add a link to your web - like this "fan" link: CAD Forum - tips, utilities, blocks for Autodesk products
CAD: 
OS: 
Categ: 
Text:
 FAQ
  



Featuring:
Revit plugins for automating data management, opening creation for clashes, and documentation Be.Smart Core Collection More info


Please use these tips at your own risk.
ARKANCE is not responsible for possible problems that may occur as a result of using any of these tips.
TOPlist