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 # 10229:

Question

CAD 
 %  platform  category 
A
If you need to find 3D faces (3DFACE) with duplicate vertices in your DWG drawing - i.e. faces with overlapping vertex points 1/2/3 - you can use the LISP utility SelFace (formerly Sel3Face).

Download Sel3Face from DL Download, load the .LSP file with APPLOAD and run the command SELFACE. From the selected 3Dfaces, it leaves only those where it finds degenerated vertices - e.g. with equal first and third vertex (3dface degenerates to a line). The faces will stay grip-selected (e.g. for Delete), or you can use this command on the prompt "Select objects:" inside another command.

Similarly, the command SELFACE selects 3D faces without the fourth vertex, i.e. trilateral 3DFACEs.

You can set the tolerance for matching vertices using the FUZZ variable (setq).


The newer and more advanced utility SelFace (see DL Download) can conveniently select also singular faces (1 vertex), horizontal faces or faces with zero elevation.

  • Trilateral - faces with three vertices, resp. with the 4th vertex = 3rd vertex
  • Quadrilateral - faces with four distinct vertices
  • Degenerate - faces with 2 matching vertices (from 3; =line)
  • Singular - faces with all matching vertices (=point)
  • Horizontal - horizontal level faces (same elevation of vertices)
  • Zerolevel - horizontal faces in Z=0
  • Cclockwise - faces with counter-clockwise vertices
ACAD
100% *CAD
6.3.2015   13999×  
   
this tip shared by ARKANCE experts applies to: ACAD ·

See also:
Tip 15090:3DPlot - 3D math surfaces in AutoCAD.
Tip 14889:Unfolding of general polygonal 3D meshes (mesh unfolder).
Tip 14072:How to import an STL, OBJ or 3DS file to an AutoCAD 3D model?
Tip 14056:How to move blocks in the Z axis to the terrain model surface?
Tip 13683:Limitations of the LISP language (AutoLISP, VisualLISP) in AutoCAD LT - what to watch out for


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
  





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