#include <opennurbs_plane.h>
Public Member Functions | |
| ON_ClippingPlane () | |
| ~ON_ClippingPlane () | |
| ON_ClippingPlaneInfo | ClippingPlaneInfo () const |
| void | Default () |
| bool | Read (class ON_BinaryArchive &) |
| bool | Write (class ON_BinaryArchive &) const |
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 & | ) |
| bool ON_ClippingPlane::Write | ( | class ON_BinaryArchive & | ) | 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 |