Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / CheckWeight9 Method

In This Topic
    CheckWeight9 Method
    In This Topic
    Check if the weight of odd control points is Sqrt(2)/2.
    Syntax
    'Declaration
     
    Protected Function CheckWeight9() As Boolean
    protected bool CheckWeight9()

    Return Value

    True if the W component of all odd control points is Sqrt(2)/2, false otherwise.
    See Also