API Reference > OdBr Classes > OdBrFace Class > OdBrFace Enumerations > OdBrFace::AutoTransform Enumeration
OdBrFace::AutoTransform Enumeration
Syntax
C++
enum AutoTransform { kInheritAutoTransform = 0x0, kNone = 0x1, kObject = 0x2, kModel = 0x4 };

BrFace.h

Members 
Description 
kInheritAutoTransform = 0x0 
Inherits automatic *transform* from the current material/s mapper. 
kNone = 0x1 
No automatic *transform*. 
kObject = 0x2 
Adjusts the mapper *transform* to align with and fit the current object. 
kModel = 0x4 
Multiples the mapper *transform* by the current block *transform*. 

This is record OdBrFace::AutoTransform.

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