C++
typedef enum { kAcGiArcSimple = 0, kAcGiArcSector, kAcGiArcChord } AcGiArcType;
File
acgidefs.h
Members
Members | Description |
---|---|
kAcGiArcSimple | Specifies an open arc. |
kAcGiArcSector | Specifies a closed arc, with line segments extending from the arc center to the first and last points of the arc. Filled when AcGiSubentityTraits::fillType() is kAcGiFillAlways. |
kAcGiArcChord | Specifies a closed arc, with a line segment extending from the first to last point of the arc. Filled when AcGiSubentityTraits::fillType() is kAcGiFillAlways. |