Creates a sketch arc that passes through the three points.
"sketchArcs_var" is a variable referencing a SketchArcs object.
|
"sketchArcs_var" is a variable referencing a SketchArcs object.
|
Type | Description |
SketchArc | Returns the newly created SketchArc or null in the case of a failure. |
Name | Type | Description |
startPoint | Base | The start point of the arc. This can be either an existing SketchPoint or a Point3D object. |
point | Point3D | A point along the arc. This is a Point3D object. |
endPoint | Base | The end point of the arc. This can be either an existing SketchPoint or a Point3D object. |
Name | Description |
GeometricConstraints.addCoincident | Demonstrates the GeometricConstraints.addCoincident method. |
SketchArcs.addByThreePoints | Demonstrates the SketchArcs.addByThreePoints method. |
SketchArcs.breakCurve | Demonstrates the SketchArc.breakCurve method. |
SketchArcs.extend | Demonstrates the SketchArc.extend method. |
SketchArcs.split | Demonstrates the SketchArc.split method. |
SketchArcs.trim | Demonstrates the SketchArc.trim method. |