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.
Autodesk.AutoCAD.DatabaseServices.DBObject Autodesk.AutoCAD.DatabaseServices.Entity Autodesk.AutoCAD.DatabaseServices.Vertex Autodesk.AutoCAD.DatabaseServices.FaceRecord
Public Class FaceRecord Inherits Vertex
public class FaceRecord : Vertex;
Do not derive from this class. Attempting to do so will cause your application to halt AutoCAD.
Comments? |