Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / ToroidalSurf Class / ToroidalSurf Constructor / ToroidalSurf Constructor(Point3D,Vector3D,Vector3D,Double,Double,Int32)
A 3D point representing the plane origin
A 3D vector representing the plane normal
A 3D vector representing the plane X axis
The torus major radius
The torus minor radius
The surface index, when available from import of standard CAD file formats.

In This Topic
    ToroidalSurf Constructor(Point3D,Vector3D,Vector3D,Double,Double,Int32)
    In This Topic
    Internal constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal location As Point3D, _
       ByVal axis As Vector3D, _
       ByVal refDir As Vector3D, _
       ByVal majorRadius As Double, _
       ByVal minorRadius As Double, _
       Optional ByVal index As Integer _
    )
    public ToroidalSurf( 
       Point3D location,
       Vector3D axis,
       Vector3D refDir,
       double majorRadius,
       double minorRadius,
       int index
    )

    Parameters

    location
    A 3D point representing the plane origin
    axis
    A 3D vector representing the plane normal
    refDir
    A 3D vector representing the plane X axis
    majorRadius
    The torus major radius
    minorRadius
    The torus minor radius
    index
    The surface index, when available from import of standard CAD file formats.
    See Also