Multimedia2DRendering Enumeration CATPrintLineAttribute
enum CATPrintLineAttribute {
CATPRINTLINE_SOLID,
CATPRINTLINE_DOT,
CATPRINTLINE_DASH,
CATPRINTLINE_DASHDOT,
CATPRINTLINE_PHANTOM,
CATPRINTLINE_DOT2,
CATPRINTLINE_DASHDOT2,
CATPRINTLINE_USER,
CATPRINTLINE_CONTINUE,
CATPRINTLINE_ADAPTATIVE_CONTINUE,
CATPRINTLINE_ENCAP_FLAT,
CATPRINTLINE_ENCAP_SQUARE,
CATPRINTLINE_ENCAP_ROUND,
CATPRINTLINE_JOIN_MITER,
CATPRINTLINE_JOIN_ROUND,
CATPRINTLINE_JOIN_BEVEL
}
Line attribute.
The pattern of the line is defined by [a:b:...] where "a" is the length in
mm of the line drawn, "b" is the length in mm of the space, etc ...
The different lengths are given first in ISO/ANSI standard and second in JIS
standard.
- Values:
-
- CATPRINTLINE_SOLID
- The drawing style of lines is solid ([],[]).
- CATPRINTLINE_DOT
- The drawing style of lines is dotted ([1:1],[1:1]).
- CATPRINTLINE_DASH
- The drawing style of lines is dashed ([4:1.5],[3:1]).
- CATPRINTLINE_DASHDOT
- The drawing style of lines is dash-dot ([7:1:1:1],[9:1:1:1]).
- CATPRINTLINE_PHANTOM
- The drawing style of lines is dash-dot-dot ([7:1:1:1:1:1],[15:1:1:1:1:1]).
- CATPRINTLINE_DOT2
- The drawing style of lines is dotted ([0.5:0.5],[0.5:0.5]).
- CATPRINTLINE_DASHDOT2
- The drawing style of lines is dash-dot ([2:1:10:1],[2:1:10:1]).
- CATPRINTLINE_USER
- The drawing style of lines is defined by the user.
- CATPRINTLINE_CONTINUE
- The drawing style is not centered between the two ends of the line.
- CATPRINTLINE_ADAPTATIVE_CONTINUE
- The drawing style is centered between the two ends of the line.
- CATPRINTLINE_ENCAP_FLAT
- The line ends are flat.
- CATPRINTLINE_ENCAP_SQUARE
- The line ends are squared.
- CATPRINTLINE_ENCAP_ROUND
- The line ends are round.
- CATPRINTLINE_JOIN_MITER
- The line joins are miter.
- CATPRINTLINE_JOIN_ROUND
- The line joins are round.
- CATPRINTLINE_JOIN_BEVEL
- The line joins are bevel.
This object is included in the file: CATPrintLineAttribute.h
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.