Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Region Class / CreateCircle Method / CreateCircle(Plane,Double,Double,Double) Method
Sketch plane
Center's X coordinate
Center's Y coordinate
Radius

In This Topic
    CreateCircle(Plane,Double,Double,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 x As Double, _
       ByVal y As Double, _
       ByVal radius As Double _
    ) As Region
    public static Region CreateCircle( 
       Plane sketchPlane,
       double x,
       double y,
       double radius
    )

    Parameters

    sketchPlane
    Sketch plane
    x
    Center's X coordinate
    y
    Center's Y coordinate
    radius
    Radius
    See Also