API Reference > Classes > Database Classes > OdBmRefPlane Class > OdBmRefPlane Methods > OdBmRefPlane::set2 Method
OdBmRefPlane::set2 Method
Syntax
C++
OdResult set2(const OdGePoint3d& ptBubbleEnd, const OdGePoint3d& ptFreeEnd, const OdGePoint3d& ptThird, const OdBmDBViewPtr& pView);
Parameters 
Description 
const OdGePoint3d& ptBubbleEnd 
[in] The bubble end applied to reference plane.  
const OdGePoint3d& ptFreeEnd 
[in] The free end applied to reference plane.  
const OdGePoint3d& ptThird 
[in] A third point needed to define the reference plane.  
const OdBmDBViewPtr& pView 
[in] The specific view apply to the Reference plane.  

Returns eOk if successful or an appropriate error code in the other case.

Sets a new instance of ReferencePlane. 

 

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