SketchArc.centerSketchPoint Property

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

Description

The sketch point at the center of the arc. The arc is dependent on this point and moving the point will cause the arc to adjust.

Syntax

"sketchArc_var" is a variable referencing a SketchArc object.

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

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

Property Value

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

Samples

Name Description
SketchArcs.split Demonstrates the SketchArc.split method.

Version

Introduced in version August 2014