SketchCurves.sketchCircles Property

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

Description

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

Syntax

"sketchCurves_var" is a variable referencing a SketchCurves object.

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

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

Property Value

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

Samples

Name Description
Create circle by center and radius API Sample Demonstrates creating a sketch circle by the center and radius.
GeometricConstraint.addMidPont Demonstrate the GeometricConstraint.addMidPont method.
Patch Feature API Sample Demonstrates creating a new patch feature.
Simple Extrusion Sample Creates a new extrusion feature, resulting in a new component.
Simple Revolve Feature Sample Creates a new revolve feature, resulting in a new component.
SketchCircles.addByCenterRadius Demonstrates the SketchCircles.addByCenterRadius method.
SketchCircles.addByThreePoints Demonstrates the SketchCircles.addByThreePoints method.
SketchCircles.addByThreeTangents Demonstrates the SketchCircles.addByThreeTangets method.
SketchCircles.addByTwoPoints Demonstrates the SketchCircles.addByTwoPoints method.
SketchCircles.addByTwoTangents Demonstrates the SketchCircles.addByTwoTangets method.

Version

Introduced in version August 2014