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

Creates a composite igCurve with the shape of a circular slot by plane and position constructor.
Public Shared Function CreateCircularSlot( _ 
ByVal sketchPlane As Plane, _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal angle 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 x
double y
double angle
double radius
double slotRadius 
)
This language is not supported or no code example is available.

Parameters

sketchPlane
Plane

Sketch plane

x
double

Position along the plane X axis

y
double

Position along the plane Y axis

angle
double

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