Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / TryGetPlanar Method
The resulting planar surface (when possible)

In This Topic
    TryGetPlanar Method
    In This Topic
    Converts this generic surface to PlanarSurface (when possible).
    Syntax
    'Declaration
     
    Public Function TryGetPlanar( _
       ByRef ps As PlanarSurface _
    ) As Boolean
    public bool TryGetPlanar( 
       out PlanarSurface ps
    )

    Parameters

    ps
    The resulting planar surface (when possible)

    Return Value

    True if the operation succeeds, false otherwise. If the surface is already a PlanarSurface, it returns false.
    Remarks
    It does not work for for planar cones with revolution angle equal to 2PI.
    See Also