| Rhino C++ API
    8.24
    | 
#include <opennurbs_3dm_properties.h>
| Public Member Functions | |
| ON_3dmApplication () | |
| application that created the 3dm file  More... | |
| ~ON_3dmApplication () | |
| void | Dump (ON_TextLog &) const | 
| bool | IsEmpty () const | 
| bool | IsValid () const | 
| bool | Read (ON_BinaryArchive &) | 
| bool | Write (ON_BinaryArchive &) const | 
| Public Attributes | |
| ON_wString | m_application_details | 
| whatever you want  More... | |
| ON_wString | m_application_name | 
| short name like "Rhino 2.0"  More... | |
| ON_wString | m_application_URL | 
| URL.  More... | |
| Static Public Attributes | |
| static const ON_3dmApplication | Empty | 
| ON_3dmApplication::ON_3dmApplication | ( | ) | 
application that created the 3dm file
| ON_3dmApplication::~ON_3dmApplication | ( | ) | 
| void ON_3dmApplication::Dump | ( | ON_TextLog & | ) | const | 
| bool ON_3dmApplication::IsEmpty | ( | ) | const | 
| bool ON_3dmApplication::IsValid | ( | ) | const | 
| bool ON_3dmApplication::Read | ( | ON_BinaryArchive & | ) | 
| bool ON_3dmApplication::Write | ( | ON_BinaryArchive & | ) | const | 
| 
 | static | 
| ON_wString ON_3dmApplication::m_application_details | 
whatever you want
| ON_wString ON_3dmApplication::m_application_name | 
short name like "Rhino 2.0"
| ON_wString ON_3dmApplication::m_application_URL | 
URL.
 1.8.17
 1.8.17