SketchCircles.addByCenterRadius Method
Parent Object:
SketchCirclesDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchCircles.h>
Description
Creates a sketch circle that is always parallel to the x-y plane of the sketch and is centered at the specified point.
Syntax
"sketchCircles_var" is a variable referencing a SketchCircles object.returnValue = sketchCircles_var.addByCenterRadius(centerPoint, radius)
|
"sketchCircles_var" is a variable referencing a SketchCircles object.
#include <Fusion/Sketch/SketchCircles.h>
returnValue = sketchCircles_var->addByCenterRadius(centerPoint, radius);
|
Return Value
SketchCircle |
Returns the newly created SketchCircle object or null if the creation failed. |
Parameters
centerPoint |
Base |
The center point of the circle. It can be an existing SketchPoint or a Point3D object. |
radius |
double |
The radius of the circle in centimeters. |
Samples
Version
Introduced in version August 2014