Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / SphericalSurf Class / SphericalSurf Constructor / SphericalSurf Constructor(Point3D,Vector3D,Vector3D,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 sphere radius
The surface index, when available from import of standard CAD file formats.

In This Topic
    SphericalSurf Constructor(Point3D,Vector3D,Vector3D,Double,Int32)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal location As Point3D, _
       ByVal axis As Vector3D, _
       ByVal refDir As Vector3D, _
       ByVal radius As Double, _
       Optional ByVal index As Integer _
    )
    public SphericalSurf( 
       Point3D location,
       Vector3D axis,
       Vector3D refDir,
       double radius,
       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
    radius
    The sphere radius
    index
    The surface index, when available from import of standard CAD file formats.
    See Also