Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdCamera::getField Method
Syntax
C++
void getField(double& width, double& height) const;

Returns the current camera field information. The method fills the passed double values with width and height of the camera field and returns them to a calling subroutine. 

 

Parameters
Description
width
[out] A placeholder for the width value of the camera field.
height
[out] A placeholder for the height value of the camera field.

Camera field width and height are measured in object units.

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