API Reference > OdGe Classes > OdGeBoundedPlane Class > OdGeBoundedPlane Constructor > OdGeBoundedPlane::OdGeBoundedPlane Constructor (OdGePoint3d&, OdGeVector3d&, OdGeVector3d&)
OdGeBoundedPlane::OdGeBoundedPlane Constructor (OdGePoint3d&, OdGeVector3d&, OdGeVector3d&)
Syntax
C++
OdGeBoundedPlane(const OdGePoint3d& origin, const OdGeVector3d& uAxis, const OdGeVector3d& vAxis);
Parameters 
Description 
const OdGePoint3d& origin 
[in] Origin of the bounded plane.  
const OdGeVector3d& uAxis 
[in] U-axis.  
const OdGeVector3d& vAxis 
[in] V-axis. 

details Constructor for the OdGeBoundedPlane class.

Constructs a plane with the specified parameters.

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