SketchCurves.sketchArcs Property
Parent Object: SketchCurvesDefined 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.
|
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. |