|
CFx SDK Documentation
2023 SP0
|
#include "TD_PackPush.h"#include "DbEntity.h"#include "Ge/GePoint2dArray.h"#include "IntArray.h"#include "CmColorArray.h"#include "HatchPattern.h"#include "TD_PackPop.h"Go to the source code of this file.
Classes | |
| class | OdDbHatch |
Macros | |
| #define | HATCH_PATTERN_NAME_LENGTH 32 |
Typedefs | |
| typedef OdArray< OdGeCurve2d * > | EdgeArray |
| typedef OdSmartPtr< OdDbHatch > | OdDbHatchPtr |
Functions | |
| TOOLKIT_EXPORT EdgeArray | oddbCreateEdgesFromEntity (const OdDbEntity *pEnt, const OdGePlane &hatchPlane) |
| typedef OdArray<OdGeCurve2d*> EdgeArray |
This template class is a specialization of the OdArray class for OdGeCurve2d object pointers.
| typedef OdSmartPtr<OdDbHatch> OdDbHatchPtr |
This template class is a specialization of the OdSmartPtr class for OdDbHatch object pointers.
| TOOLKIT_EXPORT EdgeArray oddbCreateEdgesFromEntity | ( | const OdDbEntity * | pEnt, |
| const OdGePlane & | hatchPlane | ||
| ) |