API Reference > OdDb Classes > OdDbDiametricDimension Class > OdDbDiametricDimension Methods > OdDbDiametricDimension::setChordPoint Method
OdDbDiametricDimension::setChordPoint Method
Syntax
C++
void setChordPoint(const OdGePoint3d& chordPoint);
Parameters 
Description 
const OdGePoint3d& chordPoint 
[in] Chord point. 

Sets the WCS chord point for this Dimension entity (DXF 15). 

 

The chord point is the point at which the dimension line for this Dimension entity intersects the curve being dimensioned, and would extend beyond it if the annotation text is outside the curve. 

It is the point on the diameter opposite farChordPoint.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.