API Reference > OdDb Classes > OdDbCircle Class > OdDbCircle Methods > OdDbCircle::getStartPoint Method
OdDbCircle::getStartPoint Method
Syntax
C++
virtual OdResult getStartPoint(OdGePoint3d& startPoint) const;
Parameters 
Description 
OdGePoint3d& startPoint 
[out] Reference to a variable in which this method must save the start point as three-dimensional point instance. 

Computes the WCS coordinates of the start point on the circle for which the parameter equals zero. The start point coincides with the end point. 

 

Example of Working with the Circle Object 

Computed Circle Properties

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