Eyeshot 11 WPF API Reference
WPF 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