API Reference > OdBcf Namespace > Classes > OdBcfOrthogonalCamera Class > OdBcfOrthogonalCamera Methods > OdBcfOrthogonalCamera::createObject Method
OdBcfOrthogonalCamera::createObject Method
Syntax
C++
static OdSmartPtr<OdBcfOrthogonalCamera> createObject(const OdBcfPointPtr & pCameraViewPoint, const OdBcfDirectionPtr & pCameraDirection, const OdBcfDirectionPtr & pCameraUpVector, double viewToWorldScale);
Parameters 
Description 
const OdBcfPointPtr & pCameraViewPoint 
[in] A smart pointer to the object that represents the camera view point.  
const OdBcfDirectionPtr & pCameraDirection 
[in] A smart pointer to the object that represents the camera direction.  
const OdBcfDirectionPtr & pCameraUpVector 
[in] A smart pointer to the object that represents the camera up vector.  
double viewToWorldScale 
[in] A value of the view to world scale.  

A smart pointer to the created OdBcfOrthogonalCamera instance.

Creates a new orthogonal camera object.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.