PlanarSketch.SketchLines Property
Parent Object: PlanarSketchDescription
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
PlanarSketch.SketchLines() As SketchLinesProperty Value
This is a read only property whose value is a SketchLines.Samples
Name | Description |
Extrude Feature - Create Block with Pocket | This sample demonstrates creating a simple solid consisting a block with a pocket. It shows how to create a sketch plane at a specified orientation to existing geometry. |
Hole Feature - Through holes (RegularAndTapped) | This sample demonstrates the creation of through holes, both regular and tapped. |