Share

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

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.Entity
        Autodesk.AutoCAD.DatabaseServices.Vertex
            Autodesk.AutoCAD.DatabaseServices.FaceRecord

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

FaceRecord Constructor, FaceRecord Methods

See Also

DBObject, Entity, PolyFaceMesh, Face

Was this information helpful?