#include <opennurbs_linestyle.h>
Public Types | |
enum | eSegType { stLine, stSpace } |
Public Member Functions | |
void | Dump (class ON_TextLog &) const |
ON_LinetypeSegment () | |
bool | operator!= (const ON_LinetypeSegment &src) const |
bool | operator== (const ON_LinetypeSegment &src) const |
Public Attributes | |
double | m_length |
eSegType | m_seg_type |
Definition at line 83 of file opennurbs_linestyle.h.
Definition at line 94 of file opennurbs_linestyle.h.
Definition at line 59 of file opennurbs_linetype.cpp.
void ON_LinetypeSegment::Dump | ( | class ON_TextLog & | dump | ) | const |
Definition at line 46 of file opennurbs_linetype.cpp.
bool ON_LinetypeSegment::operator!= | ( | const ON_LinetypeSegment & | src | ) | const |
Definition at line 40 of file opennurbs_linetype.cpp.
bool ON_LinetypeSegment::operator== | ( | const ON_LinetypeSegment & | src | ) | const |
Definition at line 35 of file opennurbs_linetype.cpp.
double ON_LinetypeSegment::m_length |
Definition at line 104 of file opennurbs_linestyle.h.
Definition at line 105 of file opennurbs_linestyle.h.