Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / NurbsSurfSurrogate Class / ControlPoints Property

In This Topic
    ControlPoints Property (NurbsSurfSurrogate)
    In This Topic
    The devDept.Geometry.NurbsSurf.ControlPoints as many single-dimension arrays.
    Syntax
    'Declaration
     
    Public Property ControlPoints As ProtoArray(Of Point4D)
    public ProtoArray<Point4D> ControlPoints {get; set;}
    Remarks
    ProtoBuf-Net does not support serializing/deserializing multi-dimensional arrays.
    See Also