Method that creates a new sketch arc as a fillet between two sketch entities.
| Name | Type | Description |
| EntityOne | SketchEntity | Input sketch entity. |
| EntityTwo | SketchEntity | Input sketch entity. |
| Radius | Variant | Input double that defines the radius of the arc in centimeters. |
| PointOnEntityOne | Point2d | Input that defines the point on the first entity on which to start the SketchArc. |
| PointOnEntityTwo | Point2d | Input that defines the point on the second entity on which to end the SketchArc. |
| Name | Description |
| Sweep Feature Add | This sample demonstrates the creation of a sweep feature. The profile is a circle, but the path is made up of a 3D sketch and a 2D sketch. |