SketchArc.startSketchPoint Property
Parent Object: SketchArcDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchArc.h>
Description
The sketch point at the start of the arc. The arc is dependent on this point and moving the point will cause the arc to adjust.
Remarks
Sketch arcs always exist in a counterclockwise direction. If you created the sketch arc that would define a clockwise arc, the created sketch arc will be counterclockwise which means the start and end points may be opposite of what you expect.Syntax
"sketchArc_var" is a variable referencing a SketchArc object.
|