API Reference > Classes > Database Classes > OdBmRefPlane Class > OdBmRefPlane Methods > OdBmRefPlane::set Method
OdBmRefPlane::set Method
Syntax
C++
OdResult set(const OdGePoint3d& ptBubbleEnd, const OdGePoint3d& ptFreeEnd, const OdGeVector3d& vecCut, 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 OdGeVector3d& vecCut 
[in] The cut vector apply to reference plane, should perpendicular to the vector (bubbleEnd-freeEnd).  
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.