CFx SDK Documentation 2024 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 55 of file HatchPattern.h.
|
inline |
Definition at line 63 of file HatchPattern.h.
|
inline |
Definition at line 68 of file HatchPattern.h.
|
inline |
Definition at line 92 of file HatchPattern.h.
|
inline |
Definition at line 76 of file HatchPattern.h.
OdGePoint2d OdHatchPatternLine::m_basePoint |
Definition at line 59 of file HatchPattern.h.
OdGeDoubleArray OdHatchPatternLine::m_dashes |
Definition at line 61 of file HatchPattern.h.
double OdHatchPatternLine::m_dLineAngle |
Definition at line 58 of file HatchPattern.h.
OdGeVector2d OdHatchPatternLine::m_patternOffset |
Definition at line 60 of file HatchPattern.h.