CFx SDK Documentation
2023 SP0
|
Go to the source code of this file.
Classes | |
class | OdDbArcAlignedText |
Typedefs | |
typedef OdSmartPtr< OdDbArcAlignedText > | OdDbArcAlignedTextPtr |
Enumerations | |
enum | OdArcTextAlignment { kFit = 1 , kLeft = 2 , kRight = 3 , kCenter = 4 } |
enum | OdArcTextPosition { kOnConvexSide = 1 , kOnConcaveSide = 2 } |
enum | OdArcTextDirection { kOutwardFromCenter = 1 , kInwardToTheCenter = 2 } |
This template class is a specialization of the OdSmartPtr class for OdDbArcAlignedText object pointers.
Definition at line 475 of file DbArcAlignedText.h.
enum OdArcTextAlignment |
Enumerator | |
---|---|
kFit | |
kLeft | |
kRight | |
kCenter |
Definition at line 34 of file DbArcAlignedText.h.
enum OdArcTextDirection |
Enumerator | |
---|---|
kOutwardFromCenter | |
kInwardToTheCenter |
Definition at line 48 of file DbArcAlignedText.h.
enum OdArcTextPosition |
Enumerator | |
---|---|
kOnConvexSide | |
kOnConcaveSide |
Definition at line 42 of file DbArcAlignedText.h.