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 enumeration defines scaling methods for block references.

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