Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / PlanarSurf Class / PlanarSurf Constructor / PlanarSurf Constructor(Plane,Int32)
The plane stored in the file.
The surface index, when available from import of standard CAD file formats.

In This Topic
    PlanarSurf Constructor(Plane,Int32)
    In This Topic
    Proprietary file format constructor.
    Syntax
    'Declaration
     
    Protected Friend Function New( _
       ByVal plane As Plane, _
       Optional ByVal index As Integer _
    )
    protected internal PlanarSurf( 
       Plane plane,
       int index
    )

    Parameters

    plane
    The plane stored in the file.
    index
    The surface index, when available from import of standard CAD file formats.
    See Also