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

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

    Parameters

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