SketchCircle.centerSketchPoint Property

Parent Object: SketchCircle
Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchCircle.h>

Description

Returns the sketch point at the center of the circle.

Syntax

"sketchCircle_var" is a variable referencing a SketchCircle object.

# Get the value of the property.
propertyValue = sketchCircle_var.centerSketchPoint
"sketchCircle_var" is a variable referencing a SketchCircle object.
#include <Fusion/Sketch/SketchCircle.h>

// Get the value of the property.
Ptr<SketchPoint> propertyValue = sketchCircle_var->centerSketchPoint();

Property Value

This is a read only property whose value is a SketchPoint.

Version

Introduced in version August 2014