Autodesk.AutoCAD.DatabaseServices Namespace > FaceRecord Class
FaceRecord Class
Description

 

This .NET class wraps the AcDbFaceRecord ObjectARX class. 

The FaceRecord class is a special class of vertex that is used by the PolyFaceMesh class to group together mesh point vertices that represent faces in the mesh. Each FaceRecord stores the vertex indices of the vertices that are the face's corner points and the visibility information for the edges determined by the vertices.

Class Hierarchy
Visual Basic
Public Class FaceRecord
Inherits Vertex
C#
public class FaceRecord : Vertex;
Notes

Do not derive from this class. Attempting to do so will cause your application to halt AutoCAD.

Links
See Also

DBObject, Entity, PolyFaceMesh, Face

   Comments?