GCompositeCurve.CreateCircularSlot (Plane, Double, Double, Double, Double) Method

Creates a composite igCurve with the shape of a circular slot by plane, position and start angle.
Public Shared Function CreateCircularSlot( _ 
ByVal sketchPlane As Plane, _ 
ByVal startAngle As Double, _ 
ByVal deltaAngle As Double, _ 
ByVal radius As Double, _ 
ByVal slotRadius As Double
) As GCompositeCurve
This language is not supported or no code example is available.
public static GCompositeCurve CreateCircularSlot( 
Plane sketchPlane
double startAngle
double deltaAngle
double radius
double slotRadius 
)
This language is not supported or no code example is available.

Parameters

sketchPlane
Plane

Sketch plane

startAngle
double

Start angle in radians

deltaAngle
double

Delta angle in radians

radius
double

Circle radius

slotRadius
double

Slot radius

Return Value

GCompositeCurve

.NET Framework

Supported in: 4.7.2

In this article

Definition