API Reference > OdGe Classes > OdGePlane Class > OdGePlane Constructor > OdGePlane::OdGePlane Constructor (OdGePoint3d&, OdGeVector3d&)
OdGePlane::OdGePlane Constructor (OdGePoint3d&, OdGeVector3d&)
Syntax
C++
OdGePlane(const OdGePoint3d& origin, const OdGeVector3d& normal);
Parameters 
Description 
const OdGePoint3d& origin 
[in] Origin of plane.  
const OdGeVector3d& normal 
[in] The normal to the plane. 

Constructor for the OdGePlane class. 

 

Constructs the plane with the specified origin, uAxis= normal.perpVector(), and vAxis=normal.crossProduct(uAxis).

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