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

Constructor for the OdGePlane class. 

 

Constructs the plane with origin, U axis uAxis, and V axis vAxis. Vectors uAxis and vAxis are non-collinear.

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