Creates a sketch circle where the circle passes through the two points and the distance between the two points is the diameter of the circle.
"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 | A Point3D object that defines a point is sketch space and lies on the x-y plane of the sketch. |
pointTwo | Point3D | A Point3D object that defines a point is sketch space and lies on the x-y plane of the sketch. |
Name | Description |
SketchCircles.addByTwoPoints | Demonstrates the SketchCircles.addByTwoPoints method. |
SketchDimensions.addConcentricCicleDimension | Demonstrates the SketchDimension.addConcentricCircleDimension method. |
SketchDimensions.addDiameterDimension | Demonstrates the SketchDimension.addDiameterDimension method. |