| Programming User Interaction > Programming Actions > Actions and Events |
Each of the actions defined in the Action Constants maps to a 3D Chart event method. The following mappings are defined:
|
oc3dActionNone |
no event method called |
|
oc3dActionModifyStart |
ModifyStart() |
|
oc3dActionModifyEnd |
ModifyEnd() |
|
oc3dActionModifyCancel |
ModifyEnd() |
|
oc3dActionRotate |
View3DModify() |
|
oc3dActionScale |
ViewportModify() |
|
oc3dActionTranslate |
ViewportModify() |
|
oc3dActionZoomStart |
ModifyStart() |
|
oc3dActionZoomUpdate |
no event method called |
|
oc3dActionZoomEnd |
ViewportModify(), ModifyEnd() |
|
oc3dActionZoomCancel |
ModifyEnd() |
|
oc3dActionRotateXAxis |
no event method called |
|
oc3dActionRotateYAxis |
no event method called |
|
oc3dActionRotateZAxis |
no event method called |
|
oc3dActionRotateEye |
no event method called |
|
oc3dActionRotateFree |
no event method called |
|
oc3dActionReset |
ModifyStart(), ViewportModify(), ModifyEnd() |
|
oc3dActionProperties |
property pages are displayed |
The event methods are defined in the Event Reference section. Note that some actions trigger multiple events.