Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / Promote Method

In This Topic
    Promote Method (Curve)
    In This Topic
    Converts this generic curve to Line, Arc or Circle (when possible).
    Syntax
    'Declaration
     
    Public Function Promote() As ICurve
    public ICurve Promote()

    Return Value

    The new curve when possible, null/Nothing otherwise.
    Remarks
    For arcs, it works if the angle is 0, PI/2, PI or 2PI.
    See Also