Joint(Point3D, Double, UInt32) Constructor

NOTE: This member is now obsolete. Use the constructor that accepts the subdivisionLevel parameter as byte instead.

Draws a point like a sphere.
Public Sub New( _ 
ByVal center As Point3D, _ 
ByVal radius As Double, _ 
ByVal subdivisionLevel As UInt32
)
This language is not supported or no code example is available.
public Joint( 
Point3D center
double radius
UInt32 subdivisionLevel 
)
This language is not supported or no code example is available.

Parameters

center
Point3D

Center point

radius
double

Sphere's radius

subdivisionLevel
UInt32

The sphere is subdivided recursively, this is the number of loops

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition