Eyeshot 10 WinForms API Reference
Arc Constructor(Plane,Point2D,Point2D,Point2D)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Arc Class > Arc Constructor : Arc Constructor(Plane,Point2D,Point2D,Point2D)
Plane
2D center point
2D start point
2D end point
Plane, center, start and end point constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal arcPlane As Plane, _
   ByVal center As Point2D, _
   ByVal start As Point2D, _
   ByVal end As Point2D _
)
public Arc( 
   Plane arcPlane,
   Point2D center,
   Point2D start,
   Point2D end
)

Parameters

arcPlane
Plane
center
2D center point
start
2D start point
end
2D end point
See Also

Reference

Arc Class
Arc Members
Overload List