API Reference > OdDb Classes > OdDbDimensionRecomputePE Class > OdDbDimensionRecomputePE Methods > OdDbDimensionRecomputePE::resetDimBlockInsertParams Method
OdDbDimensionRecomputePE::resetDimBlockInsertParams Method
Syntax
C++
static void resetDimBlockInsertParams(OdDbDimension* pDimension);
Parameters 
Description 
OdDbDimension* pDimension 
[in] Pointer to the dimension entity. 

Resets the dimension block insertion parameters for the specified Dimension entity. 

 

  • The insertion point is set to (0,0).
  • The X-, Y- and Z-scale factors are set 1.0.
  • The rotation angle is set to 0.0.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.