API Reference > OdGe Classes > OdGeBoundedPlane Class > OdGeBoundedPlane Constructor > OdGeBoundedPlane::OdGeBoundedPlane Constructor (OdGePoint3d&, OdGePoint3d&, OdGePoint3d&)
OdGeBoundedPlane::OdGeBoundedPlane Constructor (OdGePoint3d&, OdGePoint3d&, OdGePoint3d&)
Syntax
C++
OdGeBoundedPlane(const OdGePoint3d& uPnt, const OdGePoint3d& origin, const OdGePoint3d& vPnt);
Parameters 
Description 
const OdGePoint3d& uPnt 
[in] A point at the end of the U-axis.  
const OdGePoint3d& origin 
[in] Origin of the bounded plane.  
const OdGePoint3d& vPnt 
[in] A point at the end of the V-axis. 

details Constructor for the OdGeBoundedPlane class.

Constructs a plane with the specified parameters.

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