Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / TabulatedSurface Class / IsOrthogonal Method

In This Topic
    IsOrthogonal Method
    In This Topic
    This method determines a priori if we can apply the fast point projection on this tabulated surface.
    Syntax
    'Declaration
     
    Public Function IsOrthogonal() As Boolean
    public bool IsOrthogonal()

    Return Value

    True if the directix is a planar curve and its plane is perpendicular to the generatrix, false otherwise.
    See Also