Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Arc Class / Arc Constructor / Arc Constructor(Point3D,Double,Double)
3D center point
Radius
Span angle in radians

In This Topic
    Arc Constructor(Point3D,Double,Double)
    In This Topic
    Arc parallel to XY plane constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal center As Point3D, _
       ByVal radius As Double, _
       ByVal angleInRadians As Double _
    )
    public Arc( 
       Point3D center,
       double radius,
       double angleInRadians
    )

    Parameters

    center
    3D center point
    radius
    Radius
    angleInRadians
    Span angle in radians
    See Also