Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / TabulatedSurf Class / TabulatedSurf Constructor / TabulatedSurf Constructor(ICurve,Vector3D,Int32)
The extrusion amount
The base curve
The surface index, when available from import of standard CAD file formats.

In This Topic
    TabulatedSurf Constructor(ICurve,Vector3D,Int32)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal directrix As ICurve, _
       ByVal generatrix As Vector3D, _
       Optional ByVal index As Integer _
    )
    public TabulatedSurf( 
       ICurve directrix,
       Vector3D generatrix,
       int index
    )

    Parameters

    directrix
    The extrusion amount
    generatrix
    The base curve
    index
    The surface index, when available from import of standard CAD file formats.
    See Also