|
Rhino C++ API
8.30
|
#include <RhRdkPlugIn.h>
Public Member Functions | |
| CRhRdkRenderOutputType () | |
| CRhRdkRenderOutputType (const ON_wString sExtension, const ON_wString &sDescription) | |
Public Attributes | |
| ON_wString | m_sFileExtension |
| ON_wString | m_sTypeDescription |
| CRhRdkRenderPlugIn::CRhRdkRenderOutputType::CRhRdkRenderOutputType | ( | ) |
| CRhRdkRenderPlugIn::CRhRdkRenderOutputType::CRhRdkRenderOutputType | ( | const ON_wString | sExtension, |
| const ON_wString & | sDescription | ||
| ) |
| ON_wString CRhRdkRenderPlugIn::CRhRdkRenderOutputType::m_sFileExtension |
The image format specified as a file extension without the period.
| ON_wString CRhRdkRenderPlugIn::CRhRdkRenderOutputType::m_sTypeDescription |
Description of the type. e.g., L"Windows Bitmap"
1.8.17