Creates a sketch circle that passes through the three points. The three points must lie on the x-y plane of the sketch.
"sketchCircles_var" is a variable referencing a SketchCircles object.
|
"sketchCircles_var" is a variable referencing a SketchCircles object.
|
Type | Description |
SketchCircle | Returns the newly created SketchCircle object or null if the creation failed. |
Name | Type | Description |
pointOne | Point3D | The first point that the circle will pass through. The z component must be zero. |
pointTwo | Point3D | The second point that the circle will pass through. The z component must be zero. |
pointThree | Point3D | The third point that the circle will pass through. The z component must be zero. |
Name | Description |
SketchCircles.addByThreePoints | Demonstrates the SketchCircles.addByThreePoints method. |