API Reference > FacetModeler Namespace > Structs, Records, Enums > FacetModeler::FaceOrientation Enumeration
FacetModeler::FaceOrientation Enumeration
Syntax
C++
enum FaceOrientation { efoDefault = 0x00, efoTop = 0x01, efoBottom = 0x02, efoLeft = 0x04, efoRight = 0x08, efoFront = 0x10, efoBack = 0x20, efoDiscard = 0x80 };

FMGeometry.h

Members 
Description 
efoDefault = 0x00 
Default orientation. 
efoTop = 0x01 
Placed on the top side. 
efoBottom = 0x02 
Placed on the bottom side. 
efoLeft = 0x04 
Placed on the left side. 
efoRight = 0x08 
Placed on the right side. 
efoFront = 0x10 
Placed on the front side. 
efoBack = 0x20 
Placed on the back side. 
efoDiscard = 0x80 
Discarded orientation. 

Defines face orientations.

The default orientation is treated as efoFront. Should not be used.

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