API Reference > OdDb Classes > OdDbFaceRecord Class
OdDbFaceRecord Class
OdDbFaceRecordOdDbFaceRecordOdDbFaceRecord
Syntax
C++
class OdDbFaceRecord : public OdDbEntity;

DbFaceRecord.h

This class represents OdDbPolyFaceMesh faces in an OdDbDatabase instance. 

 

 
Name 
Description 
 
This is OdDbFaceRecord, a member of class OdDbFaceRecord. 
 
Name 
Description 
 
Reads the .dwg file data of this object.
 
 
This is DWGMAP_DECLARE_MEMBERS, a member of class OdDbFaceRecord. 
 
Writes the .dwg file data of this object.
 
 
Reads the DXF data of this object.
 
 
Reads the DXF R12 format data of this object.
 
 
Writes the DXF data of this object.
 
 
Writes the DXF data of this object.
 
 
Returns the index of the parent PolyFaceMesh vertex that defines the specified corner (DXF 71-74) of this FaceRecord entity.
 
 
Returns true if and only if the specified edge of this FaceRecord entity is visible (sign of DXF 71-74)
 
 
Sets invisible the specified edge of this FaceRecord entity (sign of DXF 71-74)
 
 
Sets visible the specified edge of this FaceRecord entity (sign of DXF 71-74)
 
 
Sets the specified corner (DXF 71-74) of this FaceRecord entity to the specified index of the parent PolyFaceMesh mesh vertex.
 
 
Called as the first operation as this object is being erased or unerased.
 
 
Always returns eInvalidExtents. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.