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

In This Topic
    GetNurbsForm Method (Curve)
    In This Topic
    Gets the Nurbs form of this curve.
    Syntax
    'Declaration
     
    Public Function GetNurbsForm() As Curve
    public Curve GetNurbsForm()

    Return Value

    The curve itself, not cloned.
    See Also