API Reference > OdGe Classes > OdGeClipBoundary2d Class > OdGeClipBoundary2d Methods > set Method > OdGeClipBoundary2d::set Method (OdGePoint2d&, OdGePoint2d&)
OdGeClipBoundary2d::set Method (OdGePoint2d&, OdGePoint2d&)
Syntax
C++
OdGe::ClipError set(const OdGePoint2d& cornerA, const OdGePoint2d& cornerB);
Parameters 
Description 
const OdGePoint2d& cornerA 
[in] First corner to define a clip boundary.  
const OdGePoint2d& cornerB 
[in] Second corner to define a clip boundary. 

eOk if initialized successfully, or an appropriate error code otherwise.

Initializes ortho-aligned rectangular clip boundary. Currently not implemented. 

 

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