#include <opennurbs_3dm_settings.h>
◆ ON_3dmView()
ON_3dmView::ON_3dmView |
( |
| ) |
|
◆ ~ON_3dmView()
ON_3dmView::~ON_3dmView |
( |
| ) |
|
◆ Default()
void ON_3dmView::Default |
( |
| ) |
|
◆ Dump()
void ON_3dmView::Dump |
( |
ON_TextLog & |
text_log | ) |
const |
◆ FocalBlurAperture()
double ON_3dmView::FocalBlurAperture |
( |
void |
| ) |
const |
◆ FocalBlurDistance()
double ON_3dmView::FocalBlurDistance |
( |
void |
| ) |
const |
◆ FocalBlurJitter()
double ON_3dmView::FocalBlurJitter |
( |
void |
| ) |
const |
◆ FocalBlurMode()
ON_FocalBlurModes ON_3dmView::FocalBlurMode |
( |
void |
| ) |
const |
◆ FocalBlurSampleCount()
unsigned int ON_3dmView::FocalBlurSampleCount |
( |
void |
| ) |
const |
◆ IsValid()
bool ON_3dmView::IsValid |
( |
ON_TextLog * |
text_log = 0 | ) |
const |
◆ Read()
◆ RenderingSize()
ON_2iSize ON_3dmView::RenderingSize |
( |
| ) |
const |
◆ SetFocalBlurAperture()
void ON_3dmView::SetFocalBlurAperture |
( |
double |
d | ) |
|
◆ SetFocalBlurDistance()
void ON_3dmView::SetFocalBlurDistance |
( |
double |
d | ) |
|
◆ SetFocalBlurJitter()
void ON_3dmView::SetFocalBlurJitter |
( |
double |
d | ) |
|
◆ SetFocalBlurMode()
void ON_3dmView::SetFocalBlurMode |
( |
ON_FocalBlurModes |
m | ) |
|
◆ SetFocalBlurSampleCount()
void ON_3dmView::SetFocalBlurSampleCount |
( |
unsigned int |
count | ) |
|
◆ SetRenderingSize()
void ON_3dmView::SetRenderingSize |
( |
const ON_2iSize & |
size | ) |
|
◆ SetTargetPoint()
bool ON_3dmView::SetTargetPoint |
( |
ON_3dPoint |
target_point | ) |
|
Sets the viewport target point.
- Parameters
-
target_point | [in] When in doubt, the point m_vp.FrustumCenterPoint(ON_UNSET_VALUE) is a good choice. |
This point is saved on m_vp.m_target_point.
◆ TargetPoint()
- Returns
- Target point. This point is saved on m_vp.m_target_point. The default constructor sets the target point to ON_3dPoint::UnsetPoint. You must explicitly set the target point if you want to use it.
The target point is stored on m_vp.m_target_point. The value ON_3dmView.m_target is obsolete. This function always returns the value of m_vp.m_target_point.
◆ Write()
◆ m_bLockedProjection
bool ON_3dmView::m_bLockedProjection |
◆ m_bShowConstructionAxes
bool ON_3dmView::m_bShowConstructionAxes |
◆ m_bShowConstructionGrid
bool ON_3dmView::m_bShowConstructionGrid |
◆ m_bShowConstructionZAxis
bool ON_3dmView::m_bShowConstructionZAxis |
◆ m_bShowWorldAxes
bool ON_3dmView::m_bShowWorldAxes |
◆ m_clipping_planes
◆ m_cplane
◆ m_display_mode_id
ON_UUID ON_3dmView::m_display_mode_id |
◆ m_name
◆ m_named_view_id
ON_UUID ON_3dmView::m_named_view_id |
◆ m_page_settings
◆ m_position
◆ m_trace_image
◆ m_view_type
ON::view_type ON_3dmView::m_view_type |
◆ m_vp
view projection information
◆ m_wallpaper_image