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

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

    Parameters

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