Additional interface for the CS Workbench.
This class contains new functionality found in the UI of the
workbench. You get this interface by calling
GetCOREInterface(WORKBENCH2_INTERFACE)
- See also:
- IWorkbench
Public Types
|
enum |
WorkBenchFunctions
{
showQuatXYZ
= IWorkBench::open,
showQuatXZY,
showQuatYXZ,
showQuatYZX,
showQuatZXY,
showQuatZYX
} |
Public Member Functions
|
|
DECLARE_DESCRIPTOR
(IWorkBench2) |
virtual
void |
ShowQuatXYZ
() |
|
Show Quat fcurve as XYZ Euler.
|
virtual
void |
ShowQuatXZY
() |
|
Show Quat fcurve as XZY Euler.
|
virtual
void |
ShowQuatYXZ
() |
|
Show Quat fcurve as YXZ Euler.
|
virtual
void |
ShowQuatYZX
() |
|
Show Quat fcurve as YZK Euler.
|
virtual
void |
ShowQuatZXY
() |
|
Show Quat fcurve as ZXY Euler.
|
virtual
void |
ShowQuatZYX
() |
|
Show Quat fcurve as ZYX Euler.
|
|
VFN_0
(showQuatXYZ, ShowQuatXYZ) |
|
VFN_0
(showQuatXZY, ShowQuatXZY) |
|
VFN_0
(showQuatYXZ, ShowQuatYXZ) |
|
VFN_0
(showQuatYZX, ShowQuatYZX) |
|
VFN_0
(showQuatZXY, ShowQuatZXY) |
|
VFN_0
(showQuatZYX, ShowQuatZYX) |