CFx SDK Documentation
2020SP3
|
#include "TD_PackPush.h"
#include "DbEntity.h"
#include "DbDatabase.h"
#include "Ge/GeMatrix3d.h"
#include "DbObjectIterator.h"
#include "TD_PackPop.h"
Go to the source code of this file.
Classes | |
class | OdDbBlockReference |
Typedefs | |
typedef OdSmartPtr< OdDbAttribute > | OdDbAttributePtr |
typedef OdSmartPtr< OdDbSequenceEnd > | OdDbSequenceEndPtr |
typedef OdSmartPtr< OdDbBlockReference > | OdDbBlockReferencePtr |
Functions | |
TOOLKIT_EXPORT void | decompTransform (const OdGeMatrix3d &mTrans, OdGePoint3d &pOrigin, OdGeScale3d &sScale, double &dRotation, OdGeVector3d &vNormal) |
typedef OdSmartPtr<OdDbAttribute> OdDbAttributePtr |
This template class is a specialization of the OdSmartPtr class for OdDbAttribute object pointers.
Definition at line 41 of file DbBlockReference.h.
This template class is a specialization of the OdSmartPtr class for OdDbBlockReference object pointers.
Definition at line 620 of file DbBlockReference.h.
typedef OdSmartPtr<OdDbSequenceEnd> OdDbSequenceEndPtr |
This template class is a specialization of the OdSmartPtr class for OdDbSequenceEnd object pointers.
Definition at line 46 of file DbBlockReference.h.
TOOLKIT_EXPORT void decompTransform | ( | const OdGeMatrix3d & | mTrans, |
OdGePoint3d & | pOrigin, | ||
OdGeScale3d & | sScale, | ||
double & | dRotation, | ||
OdGeVector3d & | vNormal | ||
) |