Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
DIMSCALE
Syntax
C++
double DIMSCALE;
Type
double
Initial value
1.0
Read-Only
No
Saved In
Database
Versions
R12+

 

DIMSCALE is an scale factor applied to all dimension variables that regulate sizes, offsets, and distances. DIMSCALE serves as an overall "volume control" for dimensions and leaders. 

 

Value
Description
0.0
A "reasonable" value is computed for model space viewports.
>0.0
If set to the inverse of the plot scale, plotted dimensions will be at the sizes specified by the other dimension variables.

 

Access Methods
OdDbDatabase::getSysVar()
OdDbDatabase::setSysVar()
 
OdDbDatabase::dimscale()
OdDbDatabase::setDimscale()
  
OdDbDimension::dimscale()
OdDbDimension::setDimscale()
  
OdDbDimStyleTableRecord::dimscale()
OdDbDimStyleTableRecord::setDimscale()
  
OdDbFcf::dimscale()
OdDbFcf::setDimscale()
  
OdDbLeader::dimscale()
OdDbLeader::setDimscale()

 

File: DimVarDefs.h 

Module: API Reference 

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