Method that creates an arc slot. The sketch entities represent the sketch slot are returned.
Name | Type | Description |
StartPoint | Object | Input Point2d or SketchPoint object that defines the starting point of the slot’s center-line. |
MidPoint | Object | Input Point2d or SketchPoint object that defines a point along the slot’s center-line. |
EndPoint | Object | Input Point2d or SketchPoint object that defines the end point of the slot’s center-line. |
Width | Double | Input a Double that specifies the width of the arc slot in centimeters. |
Name | Description |
Create slots in sketch. | This sample demonstrates several new methods to create sketch entities that represent slots. These are the equivalent to new sketch commands that were added in Inventor 2014. |