ON_3dmConstructionPlane Class Reference

#include <opennurbs_3dm_settings.h>

Public Member Functions

 ON_3dmConstructionPlane ()
 
 ON_3dmConstructionPlane (const ON_Plane &plane)
 
 ~ON_3dmConstructionPlane ()
 
void Default ()
 
void Dump (ON_TextLog &text_log) const
 
bool Read (ON_BinaryArchive &)
 
bool Write (ON_BinaryArchive &) const
 

Public Attributes

bool m_bDepthBuffer
 
int m_grid_line_count
 
double m_grid_spacing
 construction grid appearance More...
 
int m_grid_thick_frequency
 
ON_wString m_name
 
ON_Plane m_plane
 
double m_snap_spacing
 

Constructor & Destructor Documentation

◆ ON_3dmConstructionPlane() [1/2]

ON_3dmConstructionPlane::ON_3dmConstructionPlane ( )

◆ ~ON_3dmConstructionPlane()

ON_3dmConstructionPlane::~ON_3dmConstructionPlane ( )

◆ ON_3dmConstructionPlane() [2/2]

ON_3dmConstructionPlane::ON_3dmConstructionPlane ( const ON_Plane plane)

Member Function Documentation

◆ Default()

void ON_3dmConstructionPlane::Default ( )

◆ Dump()

void ON_3dmConstructionPlane::Dump ( ON_TextLog text_log) const

◆ Read()

bool ON_3dmConstructionPlane::Read ( ON_BinaryArchive )

◆ Write()

bool ON_3dmConstructionPlane::Write ( ON_BinaryArchive ) const

Member Data Documentation

◆ m_bDepthBuffer

bool ON_3dmConstructionPlane::m_bDepthBuffer

◆ m_grid_line_count

int ON_3dmConstructionPlane::m_grid_line_count

◆ m_grid_spacing

double ON_3dmConstructionPlane::m_grid_spacing

construction grid appearance

◆ m_grid_thick_frequency

int ON_3dmConstructionPlane::m_grid_thick_frequency

◆ m_name

ON_wString ON_3dmConstructionPlane::m_name

◆ m_plane

ON_Plane ON_3dmConstructionPlane::m_plane

◆ m_snap_spacing

double ON_3dmConstructionPlane::m_snap_spacing