CFx SDK Documentation
2022 SP0
|
#include <GiFill.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdGiHatchPattern) | |
OdGiHatchPattern () | |
const OdHatchPattern & | patternLines () const |
OdHatchPattern & | patternLines () |
void | setPatternLines (const OdHatchPattern &aHatchPattern) |
virtual void | copyFrom (const OdRxObject *pSource) |
virtual bool | operator== (const OdGiFill &fill) const |
virtual bool | operator!= (const OdGiFill &fill) const |
virtual void | saveBytes (OdUInt8Array &bytes) const |
virtual void | loadBytes (const OdUInt8 *pBytes) |
bool | isDraft () const |
void | setDraft (bool draft) |
Public Member Functions inherited from OdGiFill | |
ODRX_DECLARE_MEMBERS (OdGiFill) | |
OdGiFill () | |
double | deviation () const |
void | setDeviation (double dDeviation) |
Public Member Functions inherited from OdRxObject | |
ODRX_HEAP_OPERATORS () | |
OdRxObject () | |
virtual | ~OdRxObject () |
virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
virtual OdRxObject * | x (const OdRxClass *pClass) const |
virtual OdRxClass * | isA () const |
virtual void | addRef ()=0 |
virtual void | release ()=0 |
virtual long | numRefs () const |
bool | isKindOf (const OdRxClass *pClass) const |
virtual OdRxObjectPtr | clone () const |
virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
virtual bool | isEqualTo (const OdRxObject *pOther) const |
Protected Attributes | |
OdHatchPattern | m_aHatchPattern |
bool | m_isDraft |
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 () |
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 specialtion of OdGiFill for hatch pattern type of filling.
<group OdGi_Classes>
|
inlinevirtual |
details Copies the contents of the specified object into this object.
pSource | [in] Pointer to the source object. |
Throws: eNotApplicable Exception
Reimplemented from OdGiFill.
OdGiHatchPattern::ODRX_DECLARE_MEMBERS | ( | OdGiHatchPattern | ) |
|
inlinevirtual |
|
inlinevirtual |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
protected |