SketchPoints3D.Add Method
Parent Object: SketchPoints3DDescription
Method that creates a new 3D sketch point at the specified coordinate.
Syntax
SketchPoints3D.Add( Point As Point, [HoleCenter] As Boolean ) As SketchPoint3DParameters
Name | Type | Description |
Point | Point | Input object that defines the position of the 3D 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. |