Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Joint Class / Joint Constructor / Joint Constructor(Double,Double,Double,Double,Byte)
Center's X-coordinate
Center's y-coordinate
Center's Z-coordinate
Sphere's radius
The sphere is subdivided recursively, this parameter represents the number of iterations.

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

    Parameters

    x
    Center's X-coordinate
    y
    Center's y-coordinate
    z
    Center's Z-coordinate
    radius
    Sphere's radius
    subdivisionLevel
    The sphere is subdivided recursively, this parameter represents the number of iterations.
    See Also