|
Rhino C++ API
8.24
|
#include <opennurbs_object_history.h>
Public Member Functions | |
| ON_PolyEdgeHistory () | |
| ~ON_PolyEdgeHistory () | |
| void | Destroy () |
| void | Dump (ON_TextLog &) const |
| bool | Read (ON_BinaryArchive &) |
| bool | Write (ON_BinaryArchive &) const |
Public Attributes | |
| int | m_evaluation_mode |
| ON_ClassArray< ON_CurveProxyHistory > | m_segment |
| ON_SimpleArray< double > | m_t |
| ON_PolyEdgeHistory::ON_PolyEdgeHistory | ( | ) |
Used to save information needed to create an CRhinoPolyEdge reference in history records.
| ON_PolyEdgeHistory::~ON_PolyEdgeHistory | ( | ) |
| void ON_PolyEdgeHistory::Destroy | ( | ) |
| void ON_PolyEdgeHistory::Dump | ( | ON_TextLog & | ) | const |
| bool ON_PolyEdgeHistory::Read | ( | ON_BinaryArchive & | ) |
| bool ON_PolyEdgeHistory::Write | ( | ON_BinaryArchive & | ) | const |
| int ON_PolyEdgeHistory::m_evaluation_mode |
| ON_ClassArray< ON_CurveProxyHistory > ON_PolyEdgeHistory::m_segment |
| ON_SimpleArray<double> ON_PolyEdgeHistory::m_t |
1.8.17