API Reference > OdDb Classes > OdDbBlockTableRecord Class > OdDbBlockTableRecord Enumerations > OdDbBlockTableRecord::BlockScaling Enumeration
OdDbBlockTableRecord::BlockScaling Enumeration
Syntax
C++
enum BlockScaling { kAny = 0, kUniform = 1 };

DbBlockTableRecord.h

Members 
Description 
kAny = 0 
Block references can be non-uniformly scaled. 
kUniform = 1 
Block references can be scaled only uniformly. 

This is record OdDbBlockTableRecord::BlockScaling.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.