Creates a sketch arc that is always parallel to the x-y plane of the sketch and is centered at the specified point.
"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 object or null if the creation failed. |
Name | Type | Description |
centerPoint | Base | The center point of the arc. This can be either an existing SketchPoint or a Point3D object. |
startPoint | Base | The start point of the arc. The distance between this point and the center defines the radius of the arc. This can be either an existing SketchPoint or a Point3D object. |
sweepAngle | double | The sweep of the arc. This is defined in radians and a positive value defines a counter-clockwise sweep. |
Name | Description |
SketchArcs.addByCenterStartSweep | Demonstrates the SketchArcs.addByCenterStartSweep method. |
SketchArcs.addFillet | Demonstrates the SketchArcs.addFillet method. |