Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / NurbsSurf Class / ControlPoints Property

In This Topic
    ControlPoints Property (NurbsSurf)
    In This Topic
    Gets the surface control point net.
    Syntax
    'Declaration
     
    Public ReadOnly Property ControlPoints As Point4D(,)
    public Point4D[,] ControlPoints {get;}
    See Also