API Reference > Other Classes > OdAbstractViewPE Class > OdAbstractViewPE Methods > OdAbstractViewPE::setFrontClipAtEyeOn Method
OdAbstractViewPE::setFrontClipAtEyeOn Method
Syntax
C++
virtual void setFrontClipAtEyeOn(OdRxObject* pViewport, bool frontClipAtEye) const = 0;
Parameters 
Description 
OdRxObject* pViewport 
[in] Pointer to the Viewport object.  
bool frontClipAtEye 
[in] Controls FrontClipAtEye. 

Controls the front clipping plane's passing through the camera for the specified Viewport object.

If and only if frontClipAtEye is true, the front clipping plane ignores the front clip distance. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.