Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdBaseCameraMotion::getViewPlaneSize Method
Syntax
C++
virtual bool getViewPlaneSize(double& size);

Returns the current size of the camera's view plane. The method fills a passed value with the size of the camera view plane then returns it to a calling subroutine.

Parameters
Description
size
[out] A placeholder for the camera view plane size.

Returns true if the view plane size should be taken into account during the animation; otherwise returns false.

This method should be re-implemented and return true if you want to affect the view plane size during the animation. Default implementation returns false.

Copyright © 2002-2022. Open Design Alliance All rights reserved.