API Reference > Classes > Essential_Classes > OdBmAngularDim Class > OdBmAngularDim Methods > OdBmAngularDim::set Method
OdBmAngularDim::set Method
Syntax
C++
OdResult set(const OdBmDBViewPtr& pView, const OdBmGArcPtr& pGArc, const OdBmGeomRefPtr& pFirstRef, const OdBmGeomRefPtr& pSecondRef);
Parameters 
Description 
const OdBmDBViewPtr& pView 
[in] The view in which the dimension is to be visible.  
const OdBmGArcPtr& pGArc 
[in] The extension arc of the dimension.  
const OdBmGeomRefPtr& pFirstRef 
[in] The first geometric reference to which the dimension is to be bound. The reference must be perpendicular to the extension arc.  
const OdBmGeomRefPtr& pSecondRef 
[in] The second geometric reference to which the dimension is to be bound. The reference must be perpendicular to the extension arc.
 

eOk if the operation completed successfully, or an appropriate error code otherwise.

Creates a new angular dimension object using the default dimension type. 

 

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