|
| | AcGeHatch () |
| |
| | AcGeHatch (AcGeHatch const &) |
| |
| | AcGeHatch (AcGePoint2d const &, AcGeVector2d const &, double) |
| |
| | AcGeHatch (AcGePoint2d const &, AcGeVector2d const &, double, AcDbVoidPtrArray const &) |
| |
| | ~AcGeHatch (void) |
| |
| AcGeHatch & | operator= (AcGeHatch const &) |
| |
| AcGeHatch & | set (AcGePoint2d const &, AcGeVector2d const &, double) |
| |
| AcGeHatch & | set (AcGePoint2d const &, AcGeVector2d const &, double, AcDbVoidPtrArray const &) |
| |
| AcGeHatch & | setCurves (AcDbVoidPtrArray const &) |
| |
| AcGeHatch & | setDirection (AcGeVector2d const &) |
| |
| AcGeHatch & | setPoint (AcGePoint2d const &) |
| |
| AcGeHatch & | setSpace (double) |
| |
| AcGePoint2d | point (void) const |
| |
| AcGeVector2d | direction (void) const |
| |
| double | space (void) const |
| |
| Frx::Boolean | getIndexRange (int &, int &) const |
| |
| void | getCurves (AcDbVoidPtrArray &) const |
| |
| void | getNextLine (int &, AcGePoint2dArray &, AcGeIntArray &, AcGeIntArray &) const |
| |
| void | getNextLine (int &, AcGePoint2dArray &, AcGeIntArray &, AcDbVoidPtrArray &) const |
| |
| void | getNextPoint (int &, AcGePoint2d &, AcGe::AcGeXConfig &, AcGeCurve2d *&) const |
| |
| void | getNextPoint (int &, AcGePoint2d &, AcGe::AcGeXConfig &, int &) const |
| |
Definition at line 26 of file AcGeHatch.h.