PrintBase Enumeration CATPrintRotation

enum CATPrintRotation {
  CATPRINTCCW_0,
  CATPRINTCCW_90,
  CATPRINTCCW_180,
  CATPRINTCCW_270,
  CATPRINTCCW_BEST_ROTATION
}
Rotation angle.
Values:
CATPRINTCCW_0
The angle is 0 degree measured counterclockwise from the horizontal.
CATPRINTCCW_90
The angle is 90 degrees measured counterclockwise from the horizontal.
CATPRINTCCW_180
The angle is 180 degrees measured counterclockwise from the horizontal.
CATPRINTCCW_270
The angle is 270 degrees measured counterclockwise from the horizontal.

This object is included in the file: CATPrintParameters.h

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.