SketchCurves.sketchArcs Property

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

Description

Returns the sketch arcs collection associated with this sketch. This provides access to the existing sketch arcs and supports the creation of new sketch arcs.

Syntax

"sketchCurves_var" is a variable referencing a SketchCurves object.

# Get the value of the property.
propertyValue = sketchCurves_var.sketchArcs
"sketchCurves_var" is a variable referencing a SketchCurves object.
#include <Fusion/Sketch/SketchCurves.h>

// Get the value of the property.
Ptr<SketchArcs> propertyValue = sketchCurves_var->sketchArcs();

Property Value

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

Samples

Name Description
GeometricConstraints.addCoincident Demonstrates the GeometricConstraints.addCoincident method.
SketchArcs.addByCenterStartSweep Demonstrates the SketchArcs.addByCenterStartSweep method.
SketchArcs.addByThreePoints Demonstrates the SketchArcs.addByThreePoints method.
SketchArcs.addFillet Demonstrates the SketchArcs.addFillet method.
SketchArcs.breakCurve Demonstrates the SketchArc.breakCurve method.
SketchArcs.extend Demonstrates the SketchArc.extend method.
SketchArcs.split Demonstrates the SketchArc.split method.
SketchArcs.trim Demonstrates the SketchArc.trim method.

Version

Introduced in version August 2014