Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbDimension::setDimensionText Method
Syntax
C++
void setDimensionText(const OdString& dimensionText);

Sets the user-supplied dimension text for this Dimension Entity (DXF 1). 

 

Parameters
Description
dimensionText
[in] Dimension text.
  • If no text is to appear, supply ".".
  • If only the default text is to appear, supply an empty string "".
  • The default text is represented as "<>" within the supplied text.
Copyright © 2002-2022. Open Design Alliance All rights reserved.