SlotShapedRegion(Plane, Double, Double, Boolean) Constructor

Plane constructor.
Public Sub New( _ 
ByVal sketchPlane As Plane, _ 
ByVal length As Double, _ 
ByVal radius As Double, _ 
Optional ByVal centered As Boolean = false _ 
)
This language is not supported or no code example is available.
public SlotShapedRegion( 
Plane sketchPlane
double length
double radius
bool centered = false 
)
This language is not supported or no code example is available.

Parameters

sketchPlane
Plane

Sketch plane

length
double

Center to center length

radius
double

Radius

centered
bool

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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition