|  | QCAD
    Open Source 2D CAD | 
#include <opennurbs_plane.h>
| Public Member Functions | |
| ON_ClippingPlaneInfo | ClippingPlaneInfo () const | 
| void | Default () | 
| ON_ClippingPlane () | |
| bool | Read (class ON_BinaryArchive &) | 
| bool | Write (class ON_BinaryArchive &) const | 
| ~ON_ClippingPlane () | |
| Public Attributes | |
| bool | m_bEnabled | 
| ON_Plane | m_plane | 
| ON_UUID | m_plane_id | 
| ON_UuidList | m_viewport_ids | 
| ON_ClippingPlane::ON_ClippingPlane | ( | ) | 
| ON_ClippingPlane::~ON_ClippingPlane | ( | ) | 
| ON_ClippingPlaneInfo ON_ClippingPlane::ClippingPlaneInfo | ( | ) | const | 
| void ON_ClippingPlane::Default | ( | ) | 
| bool ON_ClippingPlane::Read | ( | class ON_BinaryArchive & | file | ) | 
| bool ON_ClippingPlane::Write | ( | class ON_BinaryArchive & | file | ) | const | 
| bool ON_ClippingPlane::m_bEnabled | 
| ON_Plane ON_ClippingPlane::m_plane | 
| ON_UUID ON_ClippingPlane::m_plane_id | 
| ON_UuidList ON_ClippingPlane::m_viewport_ids |