Creates a point at the specified location. This is the equivalent of creating a sketch point using the Point command in the user interface and will create a visible point in the graphics window.
"sketchPoints_var" is a variable referencing a SketchPoints object.
|
"sketchPoints_var" is a variable referencing a SketchPoints object.
|
Type | Description |
SketchPoint | Returns the new sketch point or null if the creation fails. |
Name | Type | Description |
point | Point3D | The coordinate location to create the sketch point. |
Name | Description |
GeometricConstraint.addMidPont | Demonstrate the GeometricConstraint.addMidPont method. |
GeometricConstraints.addCoincident | Demonstrates the GeometricConstraints.addCoincident method. |
SketchPoint.add | Demonstrates the SketchPoint.add method. |
Sketch Point API Sample | Demonstrates creating a new sketch point. |