CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
OdHatchPatternLine Class Reference

#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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ OdHatchPatternLine() [1/2]

OdHatchPatternLine::OdHatchPatternLine ( )
inline

Definition at line 63 of file HatchPattern.h.

◆ OdHatchPatternLine() [2/2]

OdHatchPatternLine::OdHatchPatternLine ( const OdHatchPatternLine pat)
inline

Definition at line 68 of file HatchPattern.h.

Member Function Documentation

◆ scale()

void OdHatchPatternLine::scale ( double  s)
inline

Definition at line 92 of file HatchPattern.h.

◆ transformBy()

void OdHatchPatternLine::transformBy ( const OdGeMatrix2d ocsXform)
inline

Definition at line 76 of file HatchPattern.h.

Member Data Documentation

◆ m_basePoint

OdGePoint2d OdHatchPatternLine::m_basePoint

Definition at line 59 of file HatchPattern.h.

◆ m_dashes

OdGeDoubleArray OdHatchPatternLine::m_dashes

Definition at line 61 of file HatchPattern.h.

◆ m_dLineAngle

double OdHatchPatternLine::m_dLineAngle

Definition at line 58 of file HatchPattern.h.

◆ m_patternOffset

OdGeVector2d OdHatchPatternLine::m_patternOffset

Definition at line 60 of file HatchPattern.h.


The documentation for this class was generated from the following file: