API Reference > Classes > GeometryUtils Classes > OdBmPlane Class > OdBmPlane Methods > OdBmPlane::set Method (OdGePoint3d&, OdGeVector3d&, OdGeVector3d&)
OdBmPlane::set Method (OdGePoint3d&, OdGeVector3d&, OdGeVector3d&)
Syntax
C++
OdResult set(const OdGePoint3d& origin, const OdGeVector3d& xDirection, const OdGeVector3d& yDirection);
Parameters 
Description 
const OdGePoint3d& origin 
[in] Origin of the plane.  
const OdGeVector3d& xDirection 
[in] x-direction of the plane.  
const OdGeVector3d& yDirection 
[in] y-direction of the plane. 

Sets the parameters for this Plane according to the arguments, and returns error code. 

 

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.