CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Classes | Macros | Typedefs | Enumerations
DbArcAlignedText.h File Reference
#include "TD_PackPush.h"
#include "DbEntity.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdDbArcAlignedText
 

Macros

#define ATEXT_EXPORT   OD_TOOLKIT_IMPORT
 
#define ATEXT_EXPORT_STATIC   OD_STATIC_IMPORT
 

Typedefs

typedef OdSmartPtr< OdDbArcAlignedTextOdDbArcAlignedTextPtr
 

Enumerations

enum  OdArcTextAlignment { kFit = 1 , kLeft = 2 , kRight = 3 , kCenter = 4 }
 
enum  OdArcTextPosition { kOnConvexSide = 1 , kOnConcaveSide = 2 }
 
enum  OdArcTextDirection { kOutwardFromCenter = 1 , kInwardToTheCenter = 2 }
 

Macro Definition Documentation

◆ ATEXT_EXPORT

#define ATEXT_EXPORT   OD_TOOLKIT_IMPORT

Definition at line 38 of file DbArcAlignedText.h.

◆ ATEXT_EXPORT_STATIC

#define ATEXT_EXPORT_STATIC   OD_STATIC_IMPORT

Definition at line 39 of file DbArcAlignedText.h.

Typedef Documentation

◆ OdDbArcAlignedTextPtr

This template class is a specialization of the OdSmartPtr class for OdDbArcAlignedText object pointers.

Definition at line 483 of file DbArcAlignedText.h.

Enumeration Type Documentation

◆ OdArcTextAlignment

Enumerator
kFit 
kLeft 
kRight 
kCenter 

Definition at line 42 of file DbArcAlignedText.h.

◆ OdArcTextDirection

Enumerator
kOutwardFromCenter 
kInwardToTheCenter 

Definition at line 56 of file DbArcAlignedText.h.

◆ OdArcTextPosition

Enumerator
kOnConvexSide 
kOnConcaveSide 

Definition at line 50 of file DbArcAlignedText.h.