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.
"sketchCurves_var" is a variable referencing a SketchCurves object.
|
"sketchCurves_var" is a variable referencing a SketchCurves object.
|
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. |