API Reference > Classes > Essential_Classes > OdBmRadialDim Class > OdBmRadialDim Methods > OdBmRadialDim::setRadialDimension Method
OdBmRadialDim::setRadialDimension Method
Syntax
C++
OdResult setRadialDimension(const OdBmDBViewPtr& pView, const OdBmGeomRefPtr& pGeomRef, const OdGePoint3d& origin);
Parameters 
Description 
const OdBmDBViewPtr& pView 
[in] View in which the alignment dimension is to be created.  
const OdBmGeomRefPtr& pGeomRef 
[in] Geometric reference of the arc.  
const OdGePoint3d& origin 
[in] Origin of radial dimension.
 

eOk if the operation completed successfully, or an appropriate error code otherwise. remarks The reference can be arc.

Creates a new RadialDimension. 

 

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