Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Joint Class / Joint Constructor / Joint Constructor(Plane,Point2D,Double,Byte)
Skecth plane.
2D center point
Sphere's radius
The sphere is subdivided recursively, this is the number of levels

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

    Parameters

    pln
    Skecth plane.
    center
    2D center point
    radius
    Sphere's radius
    subdivisionLevel
    The sphere is subdivided recursively, this is the number of levels
    See Also