PrintBase Enumeration CATPRINTCGM_SPECIFICATION_MODE

enum CATPRINTCGM_SPECIFICATION_MODE {
  CATPRINTCGM_MODE_ABSOLUTE,
  CATPRINTCGM_MODE_SCALED,
  CATPRINTCGM_MODE_FRACTIONAL,
  CATPRINTCGM_MODE_MM
}
Specification Mode.
Defines the Specification Mode for lines, markers, edge.
Values:
CATPRINTCGM_MODE_ABSOLUTE
specification units are VDC.
CATPRINTCGM_MODE_SCALED
specification units are a scale factor to be applied by the interpreter to a device-dependent 'nominal' measure.
CATPRINTCGM_MODE_FRACTIONAL
Not available. specification units are interpreted as a fraction of the horizontal dimension of the default device viewport.
CATPRINTCGM_MODE_MM
Not available. specification units are millimetres.

This object is included in the file: CATPrintCGMPropertiesTypes.h

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