SketchArc.centerSketchPoint Property
Parent Object: SketchArcDefined 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.
|
Property Value
This is a read only property whose value is a SketchPoint.Samples
Name | Description |
SketchArcs.split | Demonstrates the SketchArc.split method. |