#include <opennurbs_3dm_settings.h>
Public Member Functions | |
void | Default () |
void | Dump (ON_TextLog &text_log) const |
ON_3dmConstructionPlaneGridDefaults () | |
ON_3dmConstructionPlaneGridDefaults (const ON_3dmConstructionPlaneGridDefaults &) | |
ON_3dmConstructionPlaneGridDefaults & | operator= (const ON_3dmConstructionPlaneGridDefaults &) |
bool | Read (ON_BinaryArchive &) |
bool | Write (ON_BinaryArchive &) const |
~ON_3dmConstructionPlaneGridDefaults () | |
Public Attributes | |
ON_BOOL32 | m_bShowGrid |
ON_BOOL32 | m_bShowGridAxes |
ON_BOOL32 | m_bShowWorldAxes |
int | m_grid_line_count |
double | m_grid_spacing |
int | m_grid_thick_frequency |
double | m_snap_spacing |
Definition at line 220 of file opennurbs_3dm_settings.h.
Definition at line 1031 of file opennurbs_3dm_settings.cpp.
Definition at line 1036 of file opennurbs_3dm_settings.cpp.
ON_3dmConstructionPlaneGridDefaults::ON_3dmConstructionPlaneGridDefaults | ( | const ON_3dmConstructionPlaneGridDefaults & | src | ) |
Definition at line 1040 of file opennurbs_3dm_settings.cpp.
Definition at line 1064 of file opennurbs_3dm_settings.cpp.
void ON_3dmConstructionPlaneGridDefaults::Dump | ( | ON_TextLog & | text_log | ) | const |
Definition at line 1059 of file opennurbs_3dm_settings.cpp.
ON_3dmConstructionPlaneGridDefaults & ON_3dmConstructionPlaneGridDefaults::operator= | ( | const ON_3dmConstructionPlaneGridDefaults & | src | ) |
Definition at line 1045 of file opennurbs_3dm_settings.cpp.
bool ON_3dmConstructionPlaneGridDefaults::Read | ( | ON_BinaryArchive & | file | ) |
Definition at line 1089 of file opennurbs_3dm_settings.cpp.
bool ON_3dmConstructionPlaneGridDefaults::Write | ( | ON_BinaryArchive & | file | ) | const |
Definition at line 1076 of file opennurbs_3dm_settings.cpp.
Definition at line 245 of file opennurbs_3dm_settings.h.
Definition at line 246 of file opennurbs_3dm_settings.h.
Definition at line 247 of file opennurbs_3dm_settings.h.
Definition at line 239 of file opennurbs_3dm_settings.h.
Definition at line 235 of file opennurbs_3dm_settings.h.
Definition at line 240 of file opennurbs_3dm_settings.h.
Definition at line 236 of file opennurbs_3dm_settings.h.