|
CFx SDK Documentation 2026 SP0
|
#include <GiFill.h>
Protected Types | |
| enum | Flags { kDraft = (1 << 0) , kExternal = (1 << 1) , kAlignedToCenter = (1 << 2) , kEmpty = (1 << 3) , kSolid = (1 << 4) , kDisabledBackgroundFill = (1 << 5) , kDisabledTransparency = (1 << 6) } |
Protected Attributes | |
| OdHatchPattern | m_aHatchPattern |
| double | m_dPatternScale |
| OdDb::LineWeight | m_patternLineWeight |
| OdCmEntityColor | m_patternColor |
| OdCmTransparency | m_patternTransparency |
| OdSmartPtr< OdGiHatchPattern > | m_pNext |
| OdUInt32 | m_nFlags |
Protected Attributes inherited from OdGiFill | |
| double | m_dDeviation |
Additional Inherited Members | |
Static Public Member Functions inherited from OdGiFill | |
| static OdSmartPtr< OdGiFill > | loadFill (const OdUInt8 *pBytes) |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
| static void | rxInit () |
| static void | rxUninit () |
Protected Member Functions inherited from OdGiFill | |
| void | pushDbl (OdUInt8Array &bytes, double dDbl) const |
| void | pushInt (OdUInt8Array &bytes, OdUInt32 nInt) const |
| void | popDbl (const OdUInt8 *&pBytes, double &dDbl) const |
| void | popInt (const OdUInt8 *&pBytes, OdUInt32 &nInt) const |
This class is a specialization of OdGiFill for hatch pattern type of filling.
<group OdGi_Classes>
|
protected |
|
inline |
Default constructor for the OdGiHatchPattern class. Sets the pattern scale to 1.0, pattern flags to 0 and initializes the underlaying fill object.
|
virtual |
details Copies the contents of the specified object into this object.
| pSource | [in] Pointer to the source object. |
Throws: eNotApplicable Exception
Reimplemented from OdGiFill.
Reimplemented in OdGiFillHatch.
|
inline |
Is used to obtain next pattern in the pattern chain
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Reimplemented from OdGiFill.
| OdGiHatchPattern::ODRX_DECLARE_MEMBERS | ( | OdGiHatchPattern | ) |
|
virtual |
Reimplemented from OdGiFill.
Reimplemented in OdGiFillHatch.
|
virtual |
Reimplemented from OdGiFill.
Reimplemented in OdGiFillHatch.
|
inline |
Retrieves lines that compose this pattern.
|
inline |
Retrieves lines that compose this pattern.
|
inline |
|
virtual |
Reimplemented from OdGiFill.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Is used to set next pattern in the pattern chain
| pNext | [in] Pointer to OdGiHatchPattern |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |