#include <HIOUtilityDwfExport.h>
|
HFileOutputResult | FileOutputByKey (const __wchar_t *FileName, HC_KEY key, HOutputHandlerOptions *options) |
|
HFileOutputResult | FileOutputByKey (const unsigned short *FileName, HC_KEY key, HOutputHandlerOptions *options) |
|
const char * | GetOutputName () |
|
HOutputHandlerStyle | GetOutputStyle () |
|
const char * | GetOutputTypesString () |
|
void | RegisterOutputHandlerTypes () |
|
The HIOUtilityDwfExport is the integration class for the DWF toolkit. Using this integration class allows you to export Autodesk's DWF (Design Web Format). This integration is based on DWF Toolkit version 7+. To use this integration class you will need to obtain a license of DWF Toolkit.
HFileOutputResult HIOUtilityDwfExport::FileOutputByKey |
( |
const __wchar_t * |
FileName, |
|
|
HC_KEY |
key, |
|
|
HOutputHandlerOptions * |
options |
|
) |
| |
This method creates a DWF file of the segment tree defined under key.
- Parameters
-
FileName | A character pointer denoting the name of the file to be written |
key | A hoops key of the segment - the tree underneath which is required to be exported |
options | Export options |
- Returns
- OutputOK if the export succeeds
const char* HIOUtilityDwfExport::GetOutputName |
( |
| ) |
|
|
inline |
- Returns
- A character pointer denoting the name of the handler.
The documentation for this class was generated from the following file: