API Reference > OdGe Classes > OdGePlane Class > OdGePlane Constructor > OdGePlane::OdGePlane Constructor (OdGePoint3d&, OdGePoint3d&, OdGePoint3d&)
OdGePlane::OdGePlane Constructor (OdGePoint3d&, OdGePoint3d&, OdGePoint3d&)
Syntax
C++
OdGePlane(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 plane.  
const OdGePoint3d& vPnt 
[in] A point at the end of the V-axis. 

Constructor for the OdGePlane class. 

 

Constructs the plane with origin=or, uAxis=v1, and vAxis=v2. Vectors v1=pntU-or and v2=pntV-or are non-collinear.

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