Parent Object: SketchArcs
Method that creates a new sketch arc using the input point and angles.
Name | Type | Description |
CenterPoint | Object | Input object that defines the center point. This can be either a SketchPoint or Point2d object. In the case where a SketchPoint object is input, the center point of the arc will be attached to the sketch point. |
Radius | Double | Input Double that defines the radius of the arc in centimeters. |
StartAngle | Double | Input Double that defines the start angle in radians. The start angle is defined with respect to the sketch x-axis. |
SweepAngle | Double | Input Double that defines the sweep angle in radians. The sweep is in a counter-clockwise direction from the start. |
Name | Description |
Creates an Arc Length Dimension Constraint | Demonstrates creating an arc length dimension constraint. |