/* Set the 3D image in the active document window to display as Wireframes when it is moving */
if ( ( nError = IN_SetDisplayStyle( 0, 0, IN_3D_DSP_WIREFRAME ) ) != IN_SUCCESS )
{
ErrorHandler( nError, "Error message:" );
}