API Reference > OdDb Classes > OdDbFace Class
OdDbFace Class
OdDbFaceOdDbFaceOdDbFace
Syntax
C++
class OdDbFace : public OdDbEntity;

DbFace.h

 

This class implements the /3d face/ object (3D Face entity) in the database. This class inherits the base functionality of entities.

 
Name 
Description 
 
Builds an instance of the /3d face/ entity. 
 
Name 
Description 
 
Reads the .dwg file data of this object.
 
 
 
 
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 plane that contains this entity.
 
 
Gets the WCS coordinates of the vertex belonged to the 3d face entity using its index (DXF 10, 11, 12, or 13).
 
 
Determines the visiblity of 3d face edge at the specified index (DXF 70) and returns True if the edge is visible or False if the edge is invisible.
 
 
Turns to invisible the 3d face edge at the specified index (DXF 70).
 
 
Turns to visible the 3d face edge at the specified index (DXF 70).
 
 
Sets the WCS coordinates of the vertex belonged to the 3d face entity using its index (DXF 10, 11, 12, or 13).
 
 
overridables 
 
 
 
 
 
 
 
 
 
 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.