Navigation:  C/C++ Scripting Engine > Variables/Constants >

dbOrientEnum

Previous pageReturn to chapter overviewNext page

Orientation Types

bar_dot

 

Integer values for each Orientation Type:

==========================

 dbcR0                = 0,        (No Mirror, No Rotation)

 dbcR90                = 1,        (No Mirror, Rotate 90 degrees)

 dbcR180        = 2,        (No Mirror, Rotate 180 degrees)

 dbcR270        = 3,        (No Mirror, Rotate 270 degrees)

 dbcMY        = 4,        (Mirror about Y axis, No Rotation)

 dbcMYR90        = 5,        (Mirror about Y axis, Rotate 90 degrees)

 dbcMX                = 6,        (Mirror about X axis, No Rotation)

 dbcMXR90        = 7,        (Mirror about X axis, Rotate 90 degrees)