Share

Sketch.AddArcSlotByCenterPointArc 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.AddArcSlotByCenterPointArc( CenterPoint As Object, StartPoint As Object, SweepAngle As Double, Width As Double ) As SketchEntitiesEnumerator

Parameters

Name Type Description
CenterPoint Object Input Point2d or SketchPoint object that defines the center of the slot’s center-line.
StartPoint Object Input Point2d or SketchPoint object that defines the start point of the slot’s center-line.
SweepAngle Double Input Double defines the sweep angle of the slot’s center-line in radians. The sweep angle is in a counter-clockwise direction from the start point.
Width Double Input Double that specifies the width of the slot in centimeters.

Samples

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.

Version

Introduced in version 2014

Was this information helpful?