API Reference > OdDb Classes > OdDbBlockTableRecord Class > OdDbBlockTableRecord Methods > OdDbBlockTableRecord::setBlockScaling Method
OdDbBlockTableRecord::setBlockScaling Method
Syntax
C++
void setBlockScaling(BlockScaling blockScaling);
Parameters 
Description 
BlockScaling blockScaling 
[in] Block scaling. 

Sets the scaling characteristics of references to this Block. 

 

blockScaling can be one of the following: 

 

Name Value 
Description 
kAny 0 
Block references can be non-uniformly scaled. 
kUniform 1 
Block references can be scaled only uniformly. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.