Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCircArc2d::set Method (const OdGePoint2d&, const OdGePoint2d&, double, bool)
Syntax
C++
OdGeCircArc2d& set(const OdGePoint2d& startPoint, const OdGePoint2d& endPoint, double bulge, bool bulgeFlag = true);

Sets the parameters for this arc according to the arguments, and returns a reference to this arc. 

 

Parameters
Description
startPoint
[in] Startpoint of arc.
endPoint
[in] Endpoint of arc.
bulge
[in] Specifies the bulge of the arc.
bulgeFlag
[in] Specifies how bulge is to be interpreted.

If bulgeFlag == true, then bulge is the maximum distance from the arc to the chord between the start and endpoints. 

If bulgeFlag == false, the bulge is the tangent of 1/4 the included angle of the arc.

Copyright © 2002-2022. Open Design Alliance All rights reserved.