#include <opennurbs_3dm_properties.h>
Public Member Functions | |
void | Default () |
void | Dump (ON_TextLog &) const |
ON_BOOL32 | IsValid () const |
ON_3dmNotes () | |
ON_3dmNotes (const ON_3dmNotes &) | |
ON_3dmNotes & | operator= (const ON_3dmNotes &) |
ON_BOOL32 | Read (ON_BinaryArchive &) |
ON_BOOL32 | Write (ON_BinaryArchive &) const |
~ON_3dmNotes () | |
Public Attributes | |
ON_BOOL32 | m_bHTML |
ON_BOOL32 | m_bVisible |
ON_wString | m_notes |
int | m_window_bottom |
int | m_window_left |
int | m_window_right |
int | m_window_top |
Definition at line 61 of file opennurbs_3dm_properties.h.
Definition at line 201 of file opennurbs_3dm_properties.cpp.
ON_3dmNotes::ON_3dmNotes | ( | const ON_3dmNotes & | src | ) |
Definition at line 210 of file opennurbs_3dm_properties.cpp.
Definition at line 221 of file opennurbs_3dm_properties.cpp.
void ON_3dmNotes::Default | ( | ) |
Definition at line 240 of file opennurbs_3dm_properties.cpp.
void ON_3dmNotes::Dump | ( | ON_TextLog & | dump | ) | const |
Definition at line 288 of file opennurbs_3dm_properties.cpp.
ON_BOOL32 ON_3dmNotes::IsValid | ( | ) | const |
Definition at line 251 of file opennurbs_3dm_properties.cpp.
ON_3dmNotes & ON_3dmNotes::operator= | ( | const ON_3dmNotes & | src | ) |
Definition at line 226 of file opennurbs_3dm_properties.cpp.
ON_BOOL32 ON_3dmNotes::Read | ( | ON_BinaryArchive & | file | ) |
Definition at line 256 of file opennurbs_3dm_properties.cpp.
ON_BOOL32 ON_3dmNotes::Write | ( | ON_BinaryArchive & | file | ) | const |
Definition at line 275 of file opennurbs_3dm_properties.cpp.
Definition at line 84 of file opennurbs_3dm_properties.h.
Definition at line 83 of file opennurbs_3dm_properties.h.
Definition at line 82 of file opennurbs_3dm_properties.h.
Definition at line 90 of file opennurbs_3dm_properties.h.
Definition at line 87 of file opennurbs_3dm_properties.h.
Definition at line 89 of file opennurbs_3dm_properties.h.
Definition at line 88 of file opennurbs_3dm_properties.h.