SketchEllipse.centerSketchPoint Property

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

Description

Returns the sketch point that defines the center of the ellipse. You can reposition the ellipse by moving the sketch point, assuming any existing constraints allow the desired change.

Syntax

"sketchEllipse_var" is a variable referencing a SketchEllipse object.

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

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

Property Value

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

Version

Introduced in version August 2014