Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Joint Class / Joint Constructor / Joint Constructor(Point3D,Double,Byte)
Center point
Sphere's radius
The sphere is subdivided recursively, this is the number of loops

In This Topic
    Joint Constructor(Point3D,Double,Byte)
    In This Topic
    Draws a point like a sphere.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal center As Point3D, _
       ByVal radius As Double, _
       ByVal subdivisionLevel As Byte _
    )
    public Joint( 
       Point3D center,
       double radius,
       byte subdivisionLevel
    )

    Parameters

    center
    Center point
    radius
    Sphere's radius
    subdivisionLevel
    The sphere is subdivided recursively, this is the number of loops
    See Also