#include <opennurbs_3dm_settings.h>
Public Member Functions | |
| void | Default () |
| void | Dump (ON_TextLog &text_log) const |
| bool | IsValid (ON_TextLog *text_log=0) const |
| ON_3dmView () | |
| bool | Read (ON_BinaryArchive &) |
| bool | SetTargetPoint (ON_3dPoint target_point) |
| ON_3dPoint | TargetPoint () const |
| bool | Write (ON_BinaryArchive &) const |
| ~ON_3dmView () | |
Public Attributes | |
| bool | m_bLockedProjection |
| bool | m_bShowConstructionAxes |
| bool | m_bShowConstructionGrid |
| bool | m_bShowWorldAxes |
| ON_SimpleArray < ON_ClippingPlaneInfo > | m_clipping_planes |
| ON_3dmConstructionPlane | m_cplane |
| ON::display_mode | m_display_mode |
| ON_UUID | m_display_mode_id |
| ON_wString | m_name |
| ON_3dmPageSettings | m_page_settings |
| ON_3dmViewPosition | m_position |
| ON_3dPoint | m_target |
| ON_3dmViewTraceImage | m_trace_image |
| ON::view_type | m_view_type |
| ON_Viewport | m_vp |
| ON_3dmWallpaperImage | m_wallpaper_image |
Definition at line 424 of file opennurbs_3dm_settings.h.
Definition at line 1644 of file opennurbs_3dm_settings.cpp.
Definition at line 1649 of file opennurbs_3dm_settings.cpp.
| void ON_3dmView::Default | ( | ) |
Definition at line 1747 of file opennurbs_3dm_settings.cpp.
| void ON_3dmView::Dump | ( | ON_TextLog & | text_log | ) | const |
Definition at line 1653 of file opennurbs_3dm_settings.cpp.
| bool ON_3dmView::IsValid | ( | ON_TextLog * | text_log = 0 | ) | const |
Definition at line 1793 of file opennurbs_3dm_settings.cpp.
| bool ON_3dmView::Read | ( | ON_BinaryArchive & | file | ) |
Definition at line 2125 of file opennurbs_3dm_settings.cpp.
| bool ON_3dmView::SetTargetPoint | ( | ON_3dPoint | target_point | ) |
Definition at line 1786 of file opennurbs_3dm_settings.cpp.
| ON_3dPoint ON_3dmView::TargetPoint | ( | ) | const |
Definition at line 1775 of file opennurbs_3dm_settings.cpp.
| bool ON_3dmView::Write | ( | ON_BinaryArchive & | file | ) | const |
Definition at line 1913 of file opennurbs_3dm_settings.cpp.
Definition at line 455 of file opennurbs_3dm_settings.h.
Definition at line 528 of file opennurbs_3dm_settings.h.
Definition at line 527 of file opennurbs_3dm_settings.h.
Definition at line 531 of file opennurbs_3dm_settings.h.
Definition at line 450 of file opennurbs_3dm_settings.h.
Definition at line 526 of file opennurbs_3dm_settings.h.
| ON::display_mode ON_3dmView::m_display_mode |
Definition at line 512 of file opennurbs_3dm_settings.h.
Definition at line 511 of file opennurbs_3dm_settings.h.
Definition at line 505 of file opennurbs_3dm_settings.h.
Definition at line 523 of file opennurbs_3dm_settings.h.
Definition at line 516 of file opennurbs_3dm_settings.h.
Definition at line 496 of file opennurbs_3dm_settings.h.
Definition at line 534 of file opennurbs_3dm_settings.h.
| ON::view_type ON_3dmView::m_view_type |
Definition at line 518 of file opennurbs_3dm_settings.h.
Definition at line 445 of file opennurbs_3dm_settings.h.
Definition at line 537 of file opennurbs_3dm_settings.h.