#include <opennurbs_3dm_settings.h>
Public Member Functions | |
void | Default () |
void | Dump (ON_TextLog &text_log) const |
ON_3dmConstructionPlane () | |
bool | Read (ON_BinaryArchive &) |
bool | Write (ON_BinaryArchive &) const |
~ON_3dmConstructionPlane () | |
Public Attributes | |
bool | m_bDepthBuffer |
int | m_grid_line_count |
double | m_grid_spacing |
int | m_grid_thick_frequency |
ON_wString | m_name |
ON_Plane | m_plane |
double | m_snap_spacing |
Definition at line 254 of file opennurbs_3dm_settings.h.
Definition at line 937 of file opennurbs_3dm_settings.cpp.
Definition at line 942 of file opennurbs_3dm_settings.cpp.
void ON_3dmConstructionPlane::Default | ( | ) |
Definition at line 974 of file opennurbs_3dm_settings.cpp.
void ON_3dmConstructionPlane::Dump | ( | ON_TextLog & | text_log | ) | const |
Definition at line 969 of file opennurbs_3dm_settings.cpp.
bool ON_3dmConstructionPlane::Read | ( | ON_BinaryArchive & | file | ) |
Definition at line 1004 of file opennurbs_3dm_settings.cpp.
bool ON_3dmConstructionPlane::Write | ( | ON_BinaryArchive & | file | ) | const |
Definition at line 987 of file opennurbs_3dm_settings.cpp.
Definition at line 283 of file opennurbs_3dm_settings.h.
Definition at line 278 of file opennurbs_3dm_settings.h.
Definition at line 274 of file opennurbs_3dm_settings.h.
Definition at line 279 of file opennurbs_3dm_settings.h.
Definition at line 287 of file opennurbs_3dm_settings.h.
Definition at line 271 of file opennurbs_3dm_settings.h.
Definition at line 275 of file opennurbs_3dm_settings.h.