API Reference > OdGe Classes > OdGePlane Class > OdGePlane Methods > set Method > OdGePlane::set Method (OdGePoint3d&, OdGeVector3d&)
OdGePlane::set Method (OdGePoint3d&, OdGeVector3d&)
Syntax
C++
OdGePlane& set(const OdGePoint3d& point, const OdGeVector3d& normal);
Parameters 
Description 
const OdGePoint3d& point 
[in] Plane origin.  
const OdGeVector3d& normal 
[in] The normal to the plane. 

Reference to this plane.

Sets the parameters for this plane according to the arguments. 

 

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