Sketch.AddArcSlotByThreePointArc Method
Parent Object:
Sketch
Description
Method that creates an arc slot. The sketch entities represent the sketch slot are returned.
Remarks
No dimension constraints are created.
Syntax
Sketch.
AddArcSlotByThreePointArc(
StartPoint As Object,
MidPoint As Object,
EndPoint As Object,
Width As Double ) As
SketchEntitiesEnumerator
Parameters
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. |
Samples
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. |
Version
Introduced in version 2014