API Reference > OdDb Classes > OdDbFcf Class
OdDbFcf Class
OdDbFcfOdDbFcfOdDbFcf
Syntax
C++
class OdDbFcf : public OdDbEntity;

DbFcf.h

This class represents feature control frames in an OdDbDatabase instance. 

 

 
Name 
Description 
 
This is OdDbFcf, a member of class OdDbFcf. 
 
Name 
Description 
 
This is record OdDbFcf::whichLine. 
 
Name 
Description 
 
Determines the behavior for custom objects when saving to .dwg or .dxf file.
 
 
Returns the DIMCLRD value of this object. 
 
Returns the DIMCLRT value of this object. 
 
Returns the dimension style (OdDbDimStyleTableRecord) used by this feature control frame (DXF 3). 
 
Returns the DIMGAP value of this object. 
 
Returns the DIMSCALE value of this object. 
 
Returns the DIMTXSTY value of this object. 
 
Returns the DIMTXT value of this object. 
 
Returns the WCS X-axis direction vector of this feature control frame (DXF 11). 
 
Reads the .dwg file data of this object.
 
 
This is DWGMAP_DECLARE_MEMBERS, a member of class OdDbFcf. 
 
Writes the .dwg file data of this object.
 
 
Reads the DXF data of this object.
 
 
Writes the DXF data of this object.
 
 
Appends the consecutive distinct corner points of this feature control frame to the specified array.
 
 
Returns the WCS bounding points of this feature control frame.
 
 
Copies the dimension style settings, including overrides, of this entity into the specified dimension style table record.
 
 
Returns the insertion point of this feature control frame (WCS equivalent of DXF 10). 
 
Notification function called whenever an object is opened OdDb::kForWrite, a function has been called that could modify the contents of this object, and this object is now being closed.
 
 
Returns the WCS normal to the plane of this feature control frame (DXF 210). 
 
Sets the DIMCLRD override for this object.  
 
Sets the DIMCLRT override for this object.  
 
Sets the dimension style (OdDbDimStyleTableRecord) to used by this feature control frame (DXF 3).
 
 
Sets the DIMGAP override for this object.  
 
Sets the DIMSCALE override for this object.  
 
This is the overview for the setDimstyleData method overload. 
 
Sets the DIMTXSTY override for this object.  
 
Sets the DIMTXT override for this object.  
 
Sets the insertion point of this feature control frame (WCS equivalent of DXF 10).
 
 
Sets the orientation vectors of this feature control frame (DXF 210 and 11).  
 
Sets the text string of this feature control frame (DXF 1).
 
 
Called as the first operation as this object is being closed, for database -resident objects only. 
 
overridables 
 
This is subGetGeomExtents, a member of class OdDbFcf. 
 
This function is an override for OdDbEntity::subSetDatabaseDefaults() to set the dimension style of this entity to the current style for the specified database. 
 
This is subTransformBy, a member of class OdDbFcf. 
 
This is subViewportDraw, a member of class OdDbFcf. 
 
This is subWblockClone, a member of class OdDbFcf. 
 
This is subWorldDraw, a member of class OdDbFcf. 
 
text 
Returns the text string of this feature control frame (DXF 1).
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.