Sketch.SketchLines Property
Parent Object: SketchDescription
Property that returns the SketchLines collection object. This collection provides access to the existing lines in the sketch and provides functionality to create new lines.
Syntax
Sketch.SketchLines() As SketchLinesProperty Value
This is a read only property whose value is a SketchLines.Samples
Name | Description |
Border Create and Insert | This sample illustrates creating a new border definition object and using it for a sheet. |
Create sheet metal face and fold features | This sample demonstrates the creation of sheet metal face and fold features. |
Create and Edit an Extrude Feature with a pocket | This sample demonstrates how to edit an extrude feature. It shows how to create a sketch plane at a specified orientation to existing geometry. |
Sketch Add Oriented | This sample demonstrates the creation of a sketch using the Sketches.AddWithOrientation method. |