CFx SDK Documentation  2023 SP0
Classes | 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
 

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 }
 

Typedef Documentation

◆ OdDbArcAlignedTextPtr

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

Definition at line 475 of file DbArcAlignedText.h.

Enumeration Type Documentation

◆ OdArcTextAlignment

Enumerator
kFit 
kLeft 
kRight 
kCenter 

Definition at line 34 of file DbArcAlignedText.h.

◆ OdArcTextDirection

Enumerator
kOutwardFromCenter 
kInwardToTheCenter 

Definition at line 48 of file DbArcAlignedText.h.

◆ OdArcTextPosition

Enumerator
kOnConvexSide 
kOnConcaveSide 

Definition at line 42 of file DbArcAlignedText.h.