Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Plane Class / Flip Method

In This Topic
    Flip Method (Plane)
    In This Topic
    Flip plane orientation by swapping X and y axes, reversing the zaxis, and updating the equation.
    Syntax
    'Declaration
     
    Public Function Flip() As Boolean
    public bool Flip()
    See Also