Eyeshot 10 WinForms API Reference
SlotShapedRegion Constructor(Plane,Double,Double,Boolean)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > SlotShapedRegion Class > SlotShapedRegion Constructor : SlotShapedRegion Constructor(Plane,Double,Double,Boolean)
Sketch plane
Center to center length
Radius
When true, the slot is built centered on the origin.
Plane constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal sketchPlane As Plane, _
   ByVal length As Double, _
   ByVal radius As Double, _
   Optional ByVal centered As Boolean _
)
public SlotShapedRegion( 
   Plane sketchPlane,
   double length,
   double radius,
   bool centered
)

Parameters

sketchPlane
Sketch plane
length
Center to center length
radius
Radius
centered
When true, the slot is built centered on the origin.
See Also

Reference

SlotShapedRegion Class
SlotShapedRegion Members
Overload List