API Reference > Classes > Main Classes > OdBmArcLengthDim Class > OdBmArcLengthDim Methods > OdBmArcLengthDim::set Method
OdBmArcLengthDim::set Method
Syntax
C++
OdResult set(const OdBmDBViewPtr& pView, const OdBmGArcPtr& pGArc, const OdBmGeomRefPtr& pArcRef, 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& pArcRef 
[in] Geometric reference of the arc to which the dimension is to be bound. This reference must be parallel to the extension arc.  
const OdBmGeomRefPtr& pFirstRef 
[in] The first geometric reference to which the dimension is to be bound. This reference must intersect the pArcRef reference.  
const OdBmGeomRefPtr& pSecondRef 
[in] The second geometric reference to which the dimension is to be bound. This reference must intersect the pArcRef reference.
 

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

Creates a new arc length dimension object using the default dimension type. 

 

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