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

WPF Assembly > devDept.Eyeshot.Entities Namespace > SlotShapedRegion Class > SlotShapedRegion Constructor : SlotShapedRegion Constructor(Plane,Double,Double,Double,Double,Double,Boolean)
Sketch plane
Position along the plane X axis
Position along the plane Y axis
Center to center length
Radius
Rotation angle in radians
When true, the slot is built centered on the origin.
Plane and position constructor.
Syntax
'Declaration
 
Public Function New( _
   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, _
   Optional ByVal centered As Boolean _
)
public SlotShapedRegion( 
   Plane sketchPlane,
   double x,
   double y,
   double length,
   double radius,
   double angle,
   bool centered
)

Parameters

sketchPlane
Sketch plane
x
Position along the plane X axis
y
Position along the plane Y axis
length
Center to center length
radius
Radius
angle
Rotation angle in radians
centered
When true, the slot is built centered on the origin.
See Also

Reference

SlotShapedRegion Class
SlotShapedRegion Members
Overload List