GCompositeCurve.CreateSlot (Plane, Double, Double, Double, Double, Double, Boolean) Method

Creates a composite igCurve with the shape of a slot by plane and position.
Public Shared Function CreateSlot( _ 
ByVal sketchPlane As Plane, _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal length As Double, _ 
ByVal radius As Double, _ 
Optional ByVal angle As Double = 0, _ 
Optional ByVal centered As Boolean = false _ 
) As GCompositeCurve
This language is not supported or no code example is available.
public static GCompositeCurve CreateSlot( 
Plane sketchPlane
double x
double y
double length
double radius
double angle = 0, 
bool centered = false 
)
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

length
double

Center to center length

radius
double

Radius

angle
double

Rotation angle in radians

centered
bool

When true, the slot is built centered on the origin.

Return Value

GCompositeCurve

.NET Framework

Supported in: 4.7.2

In this article

Definition