Circle3D.getData Method
Parent Object:
Circle3DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Circle3D.h>
Description
Gets all of the data defining the circle.
Syntax
"circle3D_var" is a variable referencing a Circle3D object.
(returnValue, center, normal, radius) = circle3D_var.getData()
|
#include <Core/Geometry/Circle3D.h
// Declare the output arguments. Ptr<Point3D> center; Ptr<Vector3D> normal; double radius; boolean returnValue = circle3D_var->getData(center, normal, radius);
|
Return Value
boolean |
Returns true if successful |
Parameters
center |
Point3D |
The output center point of the circle. |
normal |
Vector3D |
The output normal vector. |
radius |
double |
The output radius of the circle. |
Samples
Version
Introduced in version August 2014