ModelView.LocalAxes

This page contains reference documentation for the LocalAxes member. This member toggles local axis display.

Declaration

int LocalAxes;

Examples

Examples are as follows:

// Enable Object Origin Rendering
a_oView.LocalAxes = 1;

// Disable Object Origin Rendering
a_oView.LocalAxes = 0;

// Toggle Object Origin Rendering
a_oView.LocalAxes = !a_oView.LocalAxes;

Working Sample Code

For sample code: