|
CFx SDK Documentation 2026 SP0
|
#include <HatchPattern.h>
Public Member Functions | |
| OdHatchPatternLine () | |
| OdHatchPatternLine (const OdHatchPatternLine &pat) | |
| void | transformBy (const OdGeMatrix2d &ocsXform) |
| void | scale (double s) |
Public Attributes | |
| double | m_dLineAngle |
| OdGePoint2d | m_basePoint |
| OdGeVector2d | m_patternOffset |
| OdGeDoubleArray | m_dashes |
This class implements a single line of an OdDbHatchPattern object. Corresponding C++ library: TD_Db <group Other_Classes>
Definition at line 69 of file HatchPattern.h.
|
inline |
Definition at line 77 of file HatchPattern.h.
|
inline |
Definition at line 82 of file HatchPattern.h.
|
inline |
Definition at line 106 of file HatchPattern.h.
|
inline |
Definition at line 90 of file HatchPattern.h.
| OdGePoint2d OdHatchPatternLine::m_basePoint |
Definition at line 73 of file HatchPattern.h.
| OdGeDoubleArray OdHatchPatternLine::m_dashes |
Definition at line 75 of file HatchPattern.h.
| double OdHatchPatternLine::m_dLineAngle |
Definition at line 72 of file HatchPattern.h.
| OdGeVector2d OdHatchPatternLine::m_patternOffset |
Definition at line 74 of file HatchPattern.h.