Circle2D.createByThreePoints Method
Parent Object:
Circle2DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Circle2D.h>
Description
Creates a transient 2D circle through three points.
Syntax
This is a static method.
returnValue = adsk.core.Circle2D.createByThreePoints(pointOne, pointTwo, pointThree)
|
This is a static method.
#include <Core/Geometry/Circle2D.h>
returnValue = adsk::core::Circle2D::createByThreePoints(pointOne, pointTwo, pointThree);
|
Return Value
Circle2D |
Returns the new Circle2D object or null if the creation failed. |
Parameters
pointOne |
Point2D |
The first point on the circle. |
pointTwo |
Point2D |
The second point on the circle. |
pointThree |
Point2D |
The third point on the circle. |
Version
Introduced in version August 2014