API Reference > OdBr Classes > OdBrFace Class > OdBrFace Enumerations > OdBrFace::Projection Enumeration
OdBrFace::Projection Enumeration
Syntax
C++
enum Projection { kInheritProjection = 0, kPlanar = 1, kBox = 2, kCylinder = 3, kSphere = 4 };

BrFace.h

Members 
Description 
kInheritProjection = 0 
Inherits *projection* from the current material's mapper. 
kPlanar = 1 
Maps directly to XY coordinates. 
kBox = 2 
Maps to planes perpendicular to major axes. 
kCylinder = 3 
Maps to cylinder aligned with Z-axis. 
kSphere = 4 
Maps to sphere aligned with Z-axis 

This is record OdBrFace::Projection.

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