Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbFcf::text Method
Syntax
C++
virtual const OdString text(int lineNo = kAll) const;

Returns the text string of this feature control frame (DXF 1). 

 

Parameters
Description
lineNo
[in] Index of the line desired.

The following escape sequences are used to specify the feature control frame: 

 

Sequence
Meaning
n
newline
{\Fgdt;a}
angularity
{\Fgdt;b}
perpendicularity
{\Fgdt;c}
flatness
{\Fgdt;d}
profile of a surface
{\Fgdt;e}
circularity
{\Fgdt;f}
parallelism
{\Fgdt;g}
cylindricity
{\Fgdt;h}
circular runout
{\Fgdt;i}
symmetry
{\Fgdt;j}
positional (+)
{\Fgdt;k}
profile of a line
{\Fgdt;l}
least material condition
{\Fgdt;m}
maximum material condition
{\Fgdt;n}
diameter
{\Fgdt;p}
positional (P)
{\Fgdt;r}
concentricity
{\Fgdt;s}
regardless of feature size
{\Fgdt;t}
total runout
{\Fgdt;u}
straightness
%%v
vertical side of frame box

 

lineNo is not currently implemented. All lines of text will be returned, separated by n.

Copyright © 2002-2022. Open Design Alliance All rights reserved.