SketchPoints.Add Method
Parent Object: SketchPointsDescription
Method that creates a new sketch point at the specified coordinate.
Syntax
SketchPoints.Add( Point As Point2d, [HoleCenter] As Boolean ) As SketchPointParameters
Name | Type | Description |
Point | Point2d | Input that defines the position of the sketch point. |
HoleCenter | Boolean | Optional input Boolean that specifies if the point is a hole center or not. This is an optional argument whose default value is True. |
Samples
Name | Description |
Hole Feature - Through holes (RegularAndTapped) | This sample demonstrates the creation of through holes, both regular and tapped. |
Add a punch tool feature | This program demonstrates the creation of a punch tool feature. It uses one of the punch features that's delivered with Inventor. It assumes you already have an existing sheet metal part and have selected a face to place the punch feature on. The selected face should be large so there is room for the punch features. |