Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Region Class / CreateCircle Method / CreateCircle(Plane,Point2D,Double) Method
Sketch plane
2D center point
Radius

In This Topic
    CreateCircle(Plane,Point2D,Double) Method
    In This Topic
    Creates a circular region by plane and position.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateCircle( _
       ByVal sketchPlane As Plane, _
       ByVal center As Point2D, _
       ByVal radius As Double _
    ) As Region
    public static Region CreateCircle( 
       Plane sketchPlane,
       Point2D center,
       double radius
    )

    Parameters

    sketchPlane
    Sketch plane
    center
    2D center point
    radius
    Radius
    See Also