CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Classes | Macros | Typedefs | Functions
DbMLeader.h File Reference
#include "TD_PackPush.h"
#include "DbMLeaderStyle.h"
#include "DbEntity.h"
#include "DbSubentId.h"
#include "DbAttribute.h"
#include "IntArray.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdDbMLeader
 
class  OdDbMLeaderRecomputePE
 

Macros

#define MAX_LEADER_NUMBER   5000
 
#define MAX_LEADERLINE_NUMBER   5000
 

Typedefs

typedef OdSmartPtr< OdDbMLeaderOdDbMLeaderPtr
 
typedef OdSmartPtr< OdDbMLeaderRecomputePEOdDbMLeaderRecomputePEPtr
 

Functions

DBDIM_EXPORT void fxMLeaderRecompute (OdDbMLeader *pMLeader)
 
OdUInt32 DBDIM_EXPORT OdDbMLeader_setRecomputeFlags (OdDbMLeader *pMLeader, OdUInt32 flags)
 ‍** { Secret } *‍/
 
bool DBDIM_EXPORT OdDbMLeader_setAcadBehaviour (OdDbMLeader *pMLeader, OdUInt32 bug, bool bValue)
 ‍** { Secret } *‍/
 
OdGePoint3d DBENT_EXPORT OdDbMLeader_getPtInternal (OdDbMLeader *pMLeader, OdUInt32 index=0)
 ‍** { Secret } *‍/
 
void DBENT_EXPORT OdDbObject_clearDatabase (OdDbObject *pObj)
 ‍** { Secret } *‍/
 
void DBENT_EXPORT OdDbObject_setWorkingDatabase (OdDbObject *pObj, OdDbDatabase *pWrkDb)
 ‍** { Secret } *‍/
 

Macro Definition Documentation

◆ MAX_LEADER_NUMBER

#define MAX_LEADER_NUMBER   5000

Definition at line 34 of file DbMLeader.h.

◆ MAX_LEADERLINE_NUMBER

#define MAX_LEADERLINE_NUMBER   5000

Definition at line 35 of file DbMLeader.h.

Typedef Documentation

◆ OdDbMLeaderPtr

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

Definition at line 1573 of file DbMLeader.h.

◆ OdDbMLeaderRecomputePEPtr

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

Definition at line 1592 of file DbMLeader.h.

Function Documentation

◆ fxMLeaderRecompute()

DBDIM_EXPORT void fxMLeaderRecompute ( OdDbMLeader pMLeader)

◆ OdDbMLeader_getPtInternal()

OdGePoint3d DBENT_EXPORT OdDbMLeader_getPtInternal ( OdDbMLeader pMLeader,
OdUInt32  index = 0 
)

‍** { Secret } *‍/

◆ OdDbMLeader_setAcadBehaviour()

bool DBDIM_EXPORT OdDbMLeader_setAcadBehaviour ( OdDbMLeader pMLeader,
OdUInt32  bug,
bool  bValue 
)

‍** { Secret } *‍/

◆ OdDbMLeader_setRecomputeFlags()

OdUInt32 DBDIM_EXPORT OdDbMLeader_setRecomputeFlags ( OdDbMLeader pMLeader,
OdUInt32  flags 
)

‍** { Secret } *‍/

◆ OdDbObject_clearDatabase()

void DBENT_EXPORT OdDbObject_clearDatabase ( OdDbObject pObj)

‍** { Secret } *‍/

◆ OdDbObject_setWorkingDatabase()

void DBENT_EXPORT OdDbObject_setWorkingDatabase ( OdDbObject pObj,
OdDbDatabase pWrkDb 
)

‍** { Secret } *‍/