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

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

    Parameters

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