Returns the sketch lines collection associated with this sketch. This provides access to the existing sketch lines and supports the creation of new sketch lines.
"sketchCurves_var" is a variable referencing a SketchCurves object. |
"sketchCurves_var" is a variable referencing a SketchCurves object. |
| Name | Description |
| API Sample that demonstrates creating sketch lines in various ways. | Demonstrates several ways to create sketch lines, including as the result of creating a rectangle. |
| Simple Revolve Feature Sample | Creates a new revolve feature, resulting in a new component. |
| SketchCircles.addByThreeTangents | Demonstrates the SketchCircles.addByThreeTangets method. |
| SketchCircles.addByTwoTangents | Demonstrates the SketchCircles.addByTwoTangets method. |
| SketchLines.addAngleChamfer | Demonstrates the SketchLines.addAngleChamfer method. |
| SketchLines.addByTwoPoints | Demonstrates the SketchLines.addByTwoPoints method. |
| SketchLines.addCenterPointRectangle | Demonstrates the SketchLines.addCenterPointRectangle method. |
| SketchLines.addDistanceChamfer | Demonstrates the SketchLines.addDistanceChamfer method. |
| SketchLines.addThreePointRectangle | Demonstrates the SketchLines.addThreePointRectangle method. |
| SketchLines.addTwoPointRectangle | Demonstrates the SketchLines.addTwoPointRectangle method. |