Eyeshot 10 WinForms API Reference
ControlPoints Property (Surface)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Surface Class : ControlPoints Property
Gets the surface control points array.
Syntax
'Declaration
 
Public Property ControlPoints As Point4D(,)
public Point4D[,] ControlPoints {get; set;}
Remarks
Not validated in setter. Use constructor if you are unsure of the correctness of your data.
See Also

Reference

Surface Class
Surface Members
IsValid Method