Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / PlanarSurface Class / IsPlanar Method

In This Topic
    IsPlanar Method (PlanarSurface)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function IsPlanar( _
       ByVal tol As Double, _
       ByRef pln As Plane _
    ) As Boolean
    public override bool IsPlanar( 
       double tol,
       out Plane pln
    )

    Parameters

    tol
    pln
    See Also