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

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

    Parameters

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