3ds Max C++ API Reference
|
Functions | |
UtilExport void | SetCanConvertUnits (bool ifSo) |
Plug-in calls to say whether plug-in can both convert to/from current system units and ignore them (no conversion) | |
UtilExport bool | GetCanConvertUnits () |
Max calls to ask how plug-in set canConvertUnits. | |
UtilExport int | AskUserConvertUnits (HWND hWnd, bool isExport) |
Max calls (if plug-in can convert units) to ask user whether to do so. | |
UtilExport bool | GetShouldConvertUnits () |
Plug-in calls to ask whether user has indicated to convert to/from system units (only should be called if last call to SetCanConvertUnits(ifSo) had arg value true) | |
UtilExport void SetCanConvertUnits | ( | bool | ifSo | ) |
Plug-in calls to say whether plug-in can both convert to/from current system units and ignore them (no conversion)
UtilExport bool GetCanConvertUnits | ( | ) |
Max calls to ask how plug-in set canConvertUnits.
UtilExport int AskUserConvertUnits | ( | HWND | hWnd, |
bool | isExport | ||
) |
Max calls (if plug-in can convert units) to ask user whether to do so.
UtilExport bool GetShouldConvertUnits | ( | ) |
Plug-in calls to ask whether user has indicated to convert to/from system units (only should be called if last call to SetCanConvertUnits(ifSo) had arg value true)