API Reference > OdGe Classes > OdGeClipBoundary2d Class > OdGeClipBoundary2d Constructor > OdGeClipBoundary2d::OdGeClipBoundary2d Constructor (OdGePoint2d&, OdGePoint2d&)
OdGeClipBoundary2d::OdGeClipBoundary2d Constructor (OdGePoint2d&, OdGePoint2d&)
Syntax
C++
OdGeClipBoundary2d(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. 

Constructor for the OdGeClipBoundary2d class. Constructs a 2D clip boundary limited by the specified points. Currently not implemented. 

 

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