|
| | ODRX_DECLARE_MEMBERS (OdGiFillHatch) |
| |
| | OdGiFillHatch () |
| |
| | ~OdGiFillHatch () |
| |
| virtual void | copyFrom (const OdRxObject *pSource) ODRX_OVERRIDE |
| |
| virtual bool | operator== (const OdGiFill &fill) const ODRX_OVERRIDE |
| |
| virtual bool | operator!= (const OdGiFill &fill) const ODRX_OVERRIDE |
| |
| double | deviation () const |
| |
| double | viewRotation () const |
| |
| double | elevation () const |
| |
| OdUInt32 | hatchDensity () const |
| |
| OdUInt32 | pointLimit () const |
| |
| OdUInt32 | maxDrawPoints () const |
| |
| OdInt16 | smoothHatch () const |
| |
| bool | isSolidFill () const |
| |
| bool | isHatchTooDense () const |
| |
| bool | isGradientFill () const |
| |
| bool | isDrawCache () const |
| |
| bool | isMPolygon () const |
| |
| bool | isDBRO () const |
| |
| bool | hasCache () const |
| |
| OdResult | getResult () const |
| |
| EvaluateEnum | getEvaluateData () const |
| |
| const OdUInt32Array | getLoopsFlags () const |
| |
| const OdUInt32Array | getLoopsMarker () const |
| |
| OdGeIslandStyle | getStyle () const |
| |
| OdGeExtents3d | getExtents () const |
| |
| OdGeTol | getTolerance () const |
| |
| void | getPoints (OdGePoint2dArray &startPoints, OdGePoint2dArray &endPoints) const |
| |
| OdSharedPtr< OdGeShellData > | getShellData () const |
| |
| OdHatchPattern & | patternLines () |
| |
| void | set (const double dDeviation, const double dViewRotation, const double dElevation, const OdUInt32 maxHatchDensity, const OdUInt32 pointLimit, const OdUInt32 maxPointsToDraw, const OdInt16 nSmoothHatch, const bool bHatchTooDense, const bool bSolidFill, const bool bGradientFill, const bool bMPolygon, const bool bDBRO, const OdUInt32Array &loopsFlags, const OdUInt32Array &loopsMarker, const OdGeIslandStyle style, const OdHatchPattern &pattern) |
| |
| void | setHatchTooDense (const bool bHatchTooDense) |
| |
| void | setResult (const OdResult res) |
| |
| void | setEvaluateData (const EvaluateEnum eData) |
| |
| void | setLoopsFlags (const OdUInt32Array &loopsFlags) |
| |
| void | setLoopsMarker (const OdUInt32Array &loopsMarker) |
| |
| void | setExtents (const OdGeExtents3d &ext3d) |
| |
| void | setDrawCache (const bool bDrawCache) |
| |
| void | setTolerance (const OdGeTol tol) |
| |
| void | setPoints (const OdGePoint2dArray &startPoints, const OdGePoint2dArray &endPoints) |
| |
| void | setShellData (const OdSharedPtr< OdGeShellData > &) |
| |
| bool | CanUseSolidOptimization () const |
| |
| void | SetCanUseSolidOptimization (bool bCanUseSolidOptimization) |
| |
| | ODRX_DECLARE_MEMBERS (OdGiHatchPattern) |
| |
| | OdGiHatchPattern () |
| |
| const OdHatchPattern & | patternLines () const |
| |
| OdHatchPattern & | patternLines () |
| |
| void | setPatternLines (const OdHatchPattern &aHatchPattern) |
| |
| virtual void | saveBytes (OdUInt8Array &bytes) const |
| |
| virtual void | loadBytes (const OdUInt8 *&pBytes) |
| |
| bool | isDraft () const |
| |
| void | setDraft (bool draft) |
| |
| double | patternScale () const |
| |
| void | setPatternScale (double scale) |
| |
| bool | isExternal () const |
| |
| void | setExternal (bool isExt) |
| |
| OdCmEntityColor | getPatternColor () const |
| |
| void | setPatternColor (const OdCmEntityColor &color) |
| |
| OdDb::LineWeight | getPatternLineWeight () const |
| |
| void | setPatternLineWeight (OdDb::LineWeight lineweight) |
| |
| OdCmTransparency | getPatternTransparency () const |
| |
| void | setPatternTransparency (const OdCmTransparency &transparency) |
| |
| OdSmartPtr< OdGiHatchPattern > | getNext () const |
| |
| void | setNext (const OdSmartPtr< OdGiHatchPattern > &pNext) |
| |
| bool | isAlignedToCenter () const |
| |
| void | setAlignedToCenter (bool aligned) |
| |
| bool | isEmpty () const |
| |
| void | setEmpty (bool empty) |
| |
| bool | isSolid () const |
| |
| void | setSolid (bool solid) |
| |
| bool | isDisabledBackgroundFill () const |
| |
| void | setDisabledBackgroundFill (bool disabled) |
| |
| bool | isDisabledTransparency () const |
| |
| void | setDisabledTransparency (bool disabled) |
| |
| | ODRX_DECLARE_MEMBERS (OdGiFill) |
| |
| | OdGiFill () |
| |
| double | deviation () const |
| |
| void | setDeviation (double dDeviation) |
| |
| | 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 |
| |
This class is a specialization of OdGiHatchPattern for hatch pattern type of filling for internal using.
<group OdGi_Classes>
Definition at line 480 of file GiFill.h.